master
mahdi 3 years ago
parent 4c7fd66f4b
commit 505c87e9f1
  1. 34
      src/App.js
  2. 2
      src/components/Features/index.js
  3. 6
      src/components/Header/desgin1/HeaderDesign1.js

@ -22,25 +22,25 @@ import Feedback from "./components/Feedback/index";
function App() { function App() {
return ( return (
<div className="App"> <div className="App">
{/* <ProductDesign /> */} <ProductDesign />
{/* <VodProductDesign /> */} <VodProductDesign />
{/* <BookDesign /> */} <BookDesign />
{/* <ButtonDesign /> */} <ButtonDesign />
{/* <ProductTags /> */} <ProductTags />
{/* <CounterDesign /> */} <CounterDesign />
{/* <BlogDesign1 /> */} <BlogDesign1 />
{/* <BlogDesign2 /> */} <BlogDesign2 />
{/* <BlogDesign3 /> */} <BlogDesign3 />
{/* <BlogDesign4 /> */} <BlogDesign4 />
{/* <BlogDesign5 /> */} <BlogDesign5 />
{/* <BlogDesign6 /> */} <BlogDesign6 />
{/* <HeaderDesign1 /> */} <HeaderDesign1 />
{/* <ContactInfoSection /> */} <ContactInfoSection />
<FooterDesign1 /> <FooterDesign1 />
{/* <Testttt /> */} {/* <Testttt /> */}
{/* <Design2D /> */} <Design2D />
{/* <Features /> */} <Features />
{/* <Feedback /> */} <Feedback />
</div> </div>
); );
} }

@ -20,7 +20,7 @@ const Features = ({ features }) => {
<div className="flex flex-row w-2/5 p-5" key={index}> <div className="flex flex-row w-2/5 p-5" key={index}>
{/* 1 */} {/* 1 */}
<div <div
className="rounded p-2 ml-5 flex" className="rounded p-2 ml-5 flex items-center"
style={{ style={{
backgroundColor: feature.iconBgColor, backgroundColor: feature.iconBgColor,
height: "fit", height: "fit",

@ -58,11 +58,11 @@ const HeaderDesign1 = ({
پیگیری سفارش پیگیری سفارش
</span> </span>
</div> </div>
<div className=""> <div className="divide-x flex flex-row-reverse">
<span className={`text-xs font-light ml-2 ${topHeaderItemsColor}`}> <span className={`text-xs font-light px-2 ${topHeaderItemsColor}`}>
شکایات شکایات
</span> </span>
<span className={`text-xs font-light ${topHeaderItemsColor}`}> <span className={`text-xs font-light px-2 ${topHeaderItemsColor}`}>
ورود و ثبت نام ورود و ثبت نام
</span> </span>
</div> </div>

Loading…
Cancel
Save