From 9cfe45942ee2534fda20eeee0977be8d96d81dc1 Mon Sep 17 00:00:00 2001 From: akash Date: Sat, 13 Dec 2025 22:50:03 +0530 Subject: [PATCH] content updated --- src/components/Catering/Catering.tsx | 90 +++++++++++++++++++--------- 1 file changed, 62 insertions(+), 28 deletions(-) diff --git a/src/components/Catering/Catering.tsx b/src/components/Catering/Catering.tsx index 522b66c..4c2b0e5 100644 --- a/src/components/Catering/Catering.tsx +++ b/src/components/Catering/Catering.tsx @@ -49,15 +49,15 @@ const PhoneIcon = () => ( const testimonials = [ { id: 1, - text: "It is a long established fact that our catering will distract you with delicious content of a page when looking at its layout." + text: "Refined presentation, authentic flavours, and smooth execution made our event memorable." }, { id: 2, - text: "The authentic flavors transported us straight to Turkey. An unforgettable culinary experience for our wedding guests." + text: "Exceptional taste and thoughtful service impressed every guest and elevated the entire dining experience." }, { id: 3, - text: "Professional service and exquisite presentation. Antalya Catering made our corporate event truly spectacular." + text: "Beautifully prepared dishes paired with attentive service created an elegant and enjoyable celebration." } ] @@ -71,11 +71,37 @@ export default function Catering() { return () => clearInterval(timer) }, []) + const containerVariants = { + hidden: { opacity: 0 }, + visible: { + opacity: 1, + transition: { + staggerChildren: 0.2, + delayChildren: 0.1, + } + } + }; + + const itemVariants = { + hidden: { opacity: 0, y: 30 }, + visible: { + opacity: 1, + y: 0, + transition: { duration: 0.6 } + } + }; + return (
{/* Left Side: Collage */} -
+ {/* Decorative Frame */}
@@ -109,57 +135,65 @@ export default function Catering() { +1 519 588 2037
-
+ {/* Right Side: Content */} -
-
+ + Home Gallery Decorative Dinner Icon CATERING & EVENTS Home Gallery Decorative Cutlery Icon -
-

Turkish Catering Excellence -

+ -

- Experience authentic Turkish cuisine at your next event. From intimate gatherings to grand celebrations, we provide exceptional service and unforgettable flavors that will delight your guests. -

+ + Moments Made Delicious + + + + Bring the soul of Turkish cuisine to your special occasions. Whether you’re hosting an intimate gathering or a large-scale celebration, Antalya creates memorable dining experiences with thoughtful service, elegant presentation, and fire-grilled flavours crafted to impress every guest. + {/* Middle Row: Features + Quote Box */}
{/* Features Column */}
-
+
-

Events & Celebrations

+

Corporate & Social Events

{/*

Tailored menus for every occasion.

*/}
-
-
+ +
-

Food & Beverage Catering

+

Signature Cuisine & Drinks

{/*

Traditional charcoal-grilled dishes.

*/}
-
-
+ +
-

Venue & Service Options

+

End-to-End Event Support

{/*

Traditional charcoal-grilled dishes.

*/}
-
+
{/* Quote Box Slider */} -
+ ))}
-
+
{/* Bottom Action Row */} -
+ - Discover More → + Learn more → -
- + +
)