diff --git a/src/app/page.tsx b/src/app/page.tsx index c4503c5..fb4d4c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; @@ -31,14 +31,12 @@ export default function LandingPage() { @@ -114,24 +82,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", brand: "Signature", name: "Wagyu Steak", price: "$125", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-slices-served-with-mashed-potato_140725-5854.jpg"}, - { - id: "p2", brand: "Fresh", name: "Sashimi Platter", price: "$85", rating: 5, - reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-baked-sushi-rolls-with-shrimps-served-with-wasabi-ginger-plate-wood_141793-12009.jpg"}, - { - id: "p3", brand: "Classic", name: "Hibachi Shrimp", price: "$45", rating: 5, - reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak-served-with-potato-dish-mushroom-sauce_140725-5831.jpg"}, - { - id: "p4", brand: "Signature", name: "Dragon Roll", price: "$28", rating: 5, - reviewCount: "2k", imageSrc: "http://img.b2bpic.net/free-photo/various-colored-sushi-set-top-view_140725-5704.jpg"}, - { - id: "p5", brand: "Chef's Special", name: "Lobster Tail", price: "$65", rating: 5, - reviewCount: "700", imageSrc: "http://img.b2bpic.net/free-photo/red-gurza-tomato-sesame-top-view_141793-4513.jpg"}, - { - id: "p6", brand: "Premium", name: "A5 Miyazaki Beef", price: "$180", rating: 5, - reviewCount: "400", imageSrc: "http://img.b2bpic.net/free-photo/california-sushi-rolls-ginger-soy-sauce-marble-plate_114579-65841.jpg"}, + { id: "p1", brand: "Signature", name: "Wagyu Steak", price: "$125", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-slices-served-with-mashed-potato_140725-5854.jpg" }, + { id: "p2", brand: "Fresh", name: "Sashimi Platter", price: "$85", rating: 5, reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-baked-sushi-rolls-with-shrimps-served-with-wasabi-ginger-plate-wood_141793-12009.jpg" }, + { id: "p3", brand: "Classic", name: "Hibachi Shrimp", price: "$45", rating: 5, reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak-served-with-potato-dish-mushroom-sauce_140725-5831.jpg" }, + { id: "p4", brand: "Signature", name: "Dragon Roll", price: "$28", rating: 5, reviewCount: "2k", imageSrc: "http://img.b2bpic.net/free-photo/various-colored-sushi-set-top-view_140725-5704.jpg" }, ]} title="Culinary Masterpieces" description="From Wagyu to fresh sushi, every plate is an expression of tradition and quality." @@ -145,12 +99,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} features={[ - { - title: "Fire Shows", description: "High-energy entertainment paired with culinary precision.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cups-vegetables-with-statue_23-2148382826.jpg"}, - { - title: "Intimate Ambiance", description: "Curated lighting for the perfect romantic setting.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg"}, - { - title: "Expert Craftsmanship", description: "Every motion on the grill is deliberate and masterful.", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg"}, + { title: "Fire Shows", description: "High-energy entertainment paired with culinary precision.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cups-vegetables-with-statue_23-2148382826.jpg" }, + { title: "Intimate Ambiance", description: "Curated lighting for the perfect romantic setting.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg" }, + { title: "Expert Craftsmanship", description: "Every motion on the grill is deliberate and masterful.", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg" }, ]} title="A Performance to Remember" description="Watch master chefs prepare premium steak, seafood, and sushi right before your eyes." @@ -163,12 +114,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} team={[ - { - id: "e1", name: "Date Night", role: "Romantic Ambiance", imageSrc: "http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-18645.jpg"}, - { - id: "e2", name: "Birthdays", role: "Performance Celebration", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-ketchup-barberry-parsley-onion-side-view_141793-3124.jpg"}, - { - id: "e3", name: "Corporate", role: "Exclusive Service", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-with-pasta_23-2150329918.jpg"}, + { id: "e1", name: "Date Night", role: "Romantic Ambiance", imageSrc: "http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-18645.jpg" }, + { id: "e2", name: "Birthdays", role: "Performance Celebration", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-ketchup-barberry-parsley-onion-side-view_141793-3124.jpg" }, + { id: "e3", name: "Corporate", role: "Exclusive Service", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-with-pasta_23-2150329918.jpg" }, ]} title="Celebrate with Us" description="Dai Ichi is your perfect partner for birthdays, corporate events, and romantic date nights." @@ -180,12 +128,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", title: "Do I need a reservation?", content: "Yes, we highly recommend reservations, especially for weekend hibachi performances."}, - { - id: "f2", title: "Can you host groups?", content: "We offer dedicated seating for groups and corporate events."}, - { - id: "f3", title: "Do you offer private dining?", content: "Yes, inquire about our private room options for your special occasions."}, + { id: "f1", title: "Do I need a reservation?", content: "Yes, we highly recommend reservations, especially for weekend hibachi performances." }, + { id: "f2", title: "Can you host groups?", content: "We offer dedicated seating for groups and corporate events." }, + { id: "f3", title: "Location & Hours", content: "Located at 123 Culinary Ave. Open Tue-Sun: 5pm-11pm. Reservations required." }, ]} title="Plan Your Visit" description="Everything you need to know about dining at Dai Ichi." @@ -196,23 +141,27 @@ export default function LandingPage() {
); -} +} \ No newline at end of file