diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index 058a9bf..6310584 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -18,79 +18,33 @@ type AboutFeaturesSplitProps = { const AboutInline = () => { return ( -
-
-
-
-

{"Our Story"}

-
- - - - - - {(undefined || undefined) && ( -
- {undefined &&
- )} -
- -
-
- {[{"icon":Wheat,"title":"Premium Ingredients","description":"Sourced locally and globally for the finest quality and flavor."},{"icon":Heart,"title":"Handcrafted with Love","description":"Each item is carefully prepared by our skilled bakers."},{"icon":Truck,"title":"Convenient Delivery","description":"Freshness brought directly to your home or office."}].map((item, index) => { - const ItemIcon = resolveIcon(item.icon); - return ( -
-
-
- -
-

{item.title}

-

{item.description}

-
- {index < [{"icon":Wheat,"title":"Premium Ingredients","description":"Sourced locally and globally for the finest quality and flavor."},{"icon":Heart,"title":"Handcrafted with Love","description":"Each item is carefully prepared by our skilled bakers."},{"icon":Truck,"title":"Convenient Delivery","description":"Freshness brought directly to your home or office."}].length - 1 && ( -
- )} -
- ); - })} -
- -
-
-
- Discount Ends In -
- 05:00 -
-
- -
-
-
-
-
- ); -}; - -export default function AboutSection() { - return ( -
- +
+
+
+
+
+
+

Our Story

+
+ +

+ At Sweet Delights Bakery, we believe in the magic of fresh ingredients and traditional techniques. Every pastry, cake, and bread is baked with passion and precision, ensuring a delightful experience with every bite. From our family kitchen to your table, we bring you the taste of homemade perfection. +

+
+
+
+
+
); }