From aa2ff2134a10521703bb731fc5dec78321a7d45a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 9 Jun 2026 12:34:06 +0000 Subject: [PATCH] Bob AI: Replaced About section with a custom split image/text layout --- src/pages/HomePage/sections/About.tsx | 100 +++++++------------------- 1 file changed, 27 insertions(+), 73 deletions(-) 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. +

+
+
+
+
+
); } -- 2.49.1