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() {
return (
<div className="App">
{/* <ProductDesign /> */}
{/* <VodProductDesign /> */}
{/* <BookDesign /> */}
{/* <ButtonDesign /> */}
{/* <ProductTags /> */}
{/* <CounterDesign /> */}
{/* <BlogDesign1 /> */}
{/* <BlogDesign2 /> */}
{/* <BlogDesign3 /> */}
{/* <BlogDesign4 /> */}
{/* <BlogDesign5 /> */}
{/* <BlogDesign6 /> */}
{/* <HeaderDesign1 /> */}
{/* <ContactInfoSection /> */}
<ProductDesign />
<VodProductDesign />
<BookDesign />
<ButtonDesign />
<ProductTags />
<CounterDesign />
<BlogDesign1 />
<BlogDesign2 />
<BlogDesign3 />
<BlogDesign4 />
<BlogDesign5 />
<BlogDesign6 />
<HeaderDesign1 />
<ContactInfoSection />
<FooterDesign1 />
{/* <Testttt /> */}
{/* <Design2D /> */}
{/* <Features /> */}
{/* <Feedback /> */}
<Design2D />
<Features />
<Feedback />
</div>
);
}

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

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

Loading…
Cancel
Save