diff --git a/src/app/page.tsx b/src/app/page.tsx index 57c9bf7..e561e2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,10 +10,10 @@ import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import TeamCardFive from "@/components/sections/team/TeamCardFive"; import FaqBase from "@/components/sections/faq/FaqBase"; -import FooterCard from "@/components/sections/footer/FooterCard"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import ContactSplit from "@/components/sections/contact/ContactSplit"; -import { Coffee, Espresso, Tally3, Cake, Laptop, Moon, Star, MapPin, CoffeeBean, ArrowUpRight, Phone, MessageCircle, Instagram, Facebook } from "lucide-react"; +import { Coffee, Tally3, Cake, Laptop, Moon, Star, MapPin, ArrowUpRight, Phone, MessageCircle, Instagram, Facebook } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -61,13 +61,13 @@ export default function WebAgency2Page() { { imageSrc: "asset://hero_cinematic_coffee_2", imageAlt: "Elegant coffee shop interior" }, { imageSrc: "asset://hero_cinematic_coffee_3", imageAlt: "Close-up of coffee beans" }, { imageSrc: "asset://hero_cinematic_coffee_4", imageAlt: "Person enjoying coffee" }, - { imageSrc: "asset://hero_cinematic_coffee_5", imageAlt: "Coffee cup on wooden table" }, + { imageSrc: "asset://hero_cinematic_coffee_5", imageAlt: "Coffee cup on wooden table" } ]} rightCarouselItems={[ { imageSrc: "asset://hero_cinematic_coffee_6", imageAlt: "Aeropress coffee preparation" }, { imageSrc: "asset://hero_cinematic_coffee_7", imageAlt: "Espresso machine in action" }, { imageSrc: "asset://hero_cinematic_coffee_8", imageAlt: "Outdoor seating at coffee shop" }, - { imageSrc: "asset://hero_cinematic_coffee_9", imageAlt: "Hand holding a take-away coffee cup" }, + { imageSrc: "asset://hero_cinematic_coffee_9", imageAlt: "Hand holding a take-away coffee cup" } ]} carouselItemClassName="!aspect-[3/4]" /> @@ -82,23 +82,23 @@ export default function WebAgency2Page() { title: "Premium Single Origin Beans", description: "Sourced from the world's most renowned coffee regions, ensuring rich and distinct flavors in every cup.", bentoComponent: "media-stack", items: [ { imageSrc: "asset://coffee_beans_bag", imageAlt: "Bag of premium coffee beans" }, { imageSrc: "asset://coffee_plantation", imageAlt: "Coffee plantation field" }, - { imageSrc: "asset://barista_coffee_beans", imageAlt: "Barista selecting coffee beans" }, - ], + { imageSrc: "asset://barista_coffee_beans", imageAlt: "Barista selecting coffee beans" } + ] }, { title: "Artisan Barista Craftsmanship", description: "Our skilled baristas are true artists, dedicated to perfecting every brew, from precise pour-overs to intricate latte art.", bentoComponent: "media-stack", items: [ { imageSrc: "asset://barista_making_latte", imageAlt: "Barista pouring latte art" }, { imageSrc: "asset://barista_pouring", imageAlt: "Barista pouring coffee in a professional setting" }, - { imageSrc: "asset://barista_smiling", imageAlt: "Smiling barista serving coffee" }, - ], + { imageSrc: "asset://barista_smiling", imageAlt: "Smiling barista serving coffee" } + ] }, { title: "Finest Quality Ingredients", description: "Beyond coffee, we use fresh, premium milk, natural sweeteners, and high-quality ingredients for all our beverages and pastries.", bentoComponent: "media-stack", items: [ { imageSrc: "asset://fresh_milk_pour", imageAlt: "Fresh milk being poured" }, { imageSrc: "asset://pastry_ingredients", imageAlt: "Fresh ingredients for pastries" }, - { imageSrc: "asset://dessert_plating", imageAlt: "Chef plating a dessert" }, - ], - }, + { imageSrc: "asset://dessert_plating", imageAlt: "Chef plating a dessert" } + ] + } ]} />
@@ -169,6 +191,7 @@ export default function WebAgency2Page() { ]} animationType="slide-up" useInvertedBackground={false} + textboxLayout="default" />
@@ -228,7 +253,7 @@ export default function WebAgency2Page() { { id: "2", title: "What are your operating hours?", content: "We are open daily from early morning until 2:00 AM, offering a perfect spot for your morning coffee, afternoon meetings, or late-night gatherings." }, { id: "3", title: "Do you offer Wi-Fi for remote work?", content: "Yes, we provide complimentary high-speed Wi-Fi, making Fifty Fifty an ideal environment for remote work and study." }, { id: "4", title: "Is there parking available?", content: "While street parking is available, it can be limited. We recommend ride-sharing or public transport for ease of access in Zamalek." }, - { id: "5", title: "What landmarks are nearby?", content: "We are located near the Zamalek Bridge and the Aquarium Grotto Garden, making us a great stop during your exploration of Zamalek." }, + { id: "5", title: "What landmarks are nearby?", content: "We are located near the Zamalek Bridge and the Aquarium Grotto Garden, making us a great stop during your exploration of Zamalek." } ]} />
@@ -241,7 +266,7 @@ export default function WebAgency2Page() { useInvertedBackground={false} mediaAnimation="slide-up" mediaPosition="right" - imageSrc="asset://coffee_cup_contact_us" + imageSrc="asset://coffee_cup_contact_us" imageAlt="Contact Us" inputPlaceholder="Enter your email" buttonText="Send Message" @@ -249,7 +274,7 @@ export default function WebAgency2Page() { onSubmit={(email) => console.log(`Contact form submitted with email: ${email}`)} /> -