Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-09 15:05:49 +00:00

View File

@@ -11,7 +11,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
import TeamCardSix from '@/components/sections/team/TeamCardSix';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Star, ChefHat, Utensils, Spice, Leaf, Cocktail, Grape, Shaker, Users, CalendarCheck, Sparkles, Award, PartyPopper, Tag, MessageSquareText } from "lucide-react";
import { Star, ChefHat, Utensils, Nut, Leaf, Martini, Grape, Blender, Users, CalendarCheck, Sparkles, Award, PartyPopper, Tag, MessageSquareText } from "lucide-react";
export default function LandingPage() {
return (
@@ -65,14 +65,11 @@ export default function LandingPage() {
tag="Luxury Dining"
tagIcon={Star}
ariaLabel="Hero section"
useInvertedBackground={true}
/>
</div>
<div id="about" data-section="about">
<TextAbout
title="Our Story: A Symphony of Flavors"
description="Karachi Brasserie brings the rich culinary heritage of Pakistan to a sophisticated setting. Our chefs meticulously craft each dish, blending traditional spices with modern techniques to create an unforgettable dining experience. We are committed to sourcing the finest ingredients, ensuring every bite is a celebration of authentic flavors and a testament to our passion for food."
useInvertedBackground={false}
tag="About Us"
tagIcon={ChefHat}
ariaLabel="About section"
@@ -87,7 +84,7 @@ export default function LandingPage() {
title: "Authentic Cuisine", description: "Experience the true taste of Karachi with recipes passed down through generations, perfected by our culinary masters.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-breakfast-omlette-inside-pan-around-table-donated-with-olives-vegetables-black-tea_114579-1511.jpg", imageAlt: "chef preparing gourmet pakistani dish" },
items: [
{ icon: Utensils, text: "Traditional Recipes" },
{ icon: Spice, text: "Premium Spices" },
{ icon: Nut, text: "Premium Spices" },
{ icon: Leaf, text: "Fresh Ingredients" }
],
reverse: false
@@ -95,9 +92,9 @@ export default function LandingPage() {
{
title: "Exquisite Cocktails", description: "Our expert mixologists craft bespoke cocktails, blending classic techniques with innovative flavors to complement your meal.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-holding-green-margarita_141793-17529.jpg", imageAlt: "elegant cocktail presentation bar" },
items: [
{ icon: Cocktail, text: "Signature Drinks" },
{ icon: Martini, text: "Signature Drinks" },
{ icon: Grape, text: "Fine Spirits Selection" },
{ icon: Shaker, text: "Artisan Mixology" }
{ icon: Blender, text: "Artisan Mixology" }
],
reverse: true
},
@@ -235,7 +232,6 @@ export default function LandingPage() {
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
ariaLabel="Site footer"
useInvertedBackground={true}
/>
</div>
</ThemeProvider>