diff --git a/src/app/page.tsx b/src/app/page.tsx index c4da938..ae2e2b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; export default function LandingPage() { return ( @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,15 +46,12 @@ export default function LandingPage() {
@@ -74,23 +63,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Street Flavors", - description: "Authentic street food recipes recreated.", - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-coffee-patties_2829-17907.jpg", - imageAlt: "Street Food", - }, + title: "Street Flavors", description: "Authentic street food recipes recreated.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-coffee-patties_2829-17907.jpg", imageAlt: "Street Food"}, { - title: "Sweets Paradise", - description: "Traditional desserts that melt away.", - imageSrc: "http://img.b2bpic.net/free-photo/small-colorful-chocolate-bowl-marble-table_114579-72541.jpg", - imageAlt: "Sweets", - }, + title: "Sweets Paradise", description: "Traditional desserts that melt away.", imageSrc: "http://img.b2bpic.net/free-photo/small-colorful-chocolate-bowl-marble-table_114579-72541.jpg", imageAlt: "Sweets"}, { - title: "Signature Chai", - description: "Hand-brewed spices for your soul.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-cappuccino_1098-16954.jpg", - imageAlt: "Tea", - }, + title: "Signature Chai", description: "Hand-brewed spices for your soul.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-cappuccino_1098-16954.jpg", imageAlt: "Tea"}, ]} title="Our Specialties" description="Discover flavors crafted to perfection." @@ -105,41 +82,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Paneer Butter Masala", - price: "$12.99", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-indian-food-frame_23-2148747715.jpg", - }, + id: "p1", name: "Paneer Butter Masala", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-indian-food-frame_23-2148747715.jpg"}, { - id: "p2", - name: "Masala Dosa", - price: "$9.99", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086040.jpg", - }, + id: "p2", name: "Masala Dosa", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086040.jpg"}, { - id: "p3", - name: "Chicken Biryani", - price: "$15.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-indian-rice-dish_23-2148747676.jpg", - }, + id: "p3", name: "Chicken Biryani", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-indian-rice-dish_23-2148747676.jpg"}, { - id: "p4", - name: "Garden Salad", - price: "$5.99", - imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-sliced-chopped-foods-marinated-olives_114579-19589.jpg", - }, + id: "p4", name: "Garden Salad", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-sliced-chopped-foods-marinated-olives_114579-19589.jpg"}, { - id: "p5", - name: "Garlic Naan", - price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pastry-tray_23-2149358092.jpg", - }, + id: "p5", name: "Garlic Naan", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pastry-tray_23-2149358092.jpg"}, { - id: "p6", - name: "Mango Lassi", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-dovga-salted-peppered-fresh-like-drink-with-greens-grey-background-soup-liquid_140725-15929.jpg", - }, + id: "p6", name: "Mango Lassi", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dovga-salted-peppered-fresh-like-drink-with-greens-grey-background-soup-liquid_140725-15929.jpg"}, ]} title="Our Menu" description="Handpicked favorites from our kitchens." @@ -147,37 +100,19 @@ export default function LandingPage() {
-
-
-
@@ -266,20 +161,12 @@ export default function LandingPage() { description="Reserve a table or ask questions." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - }, + name: "name", type: "text", placeholder: "Your Name"}, { - name: "email", - type: "email", - placeholder: "Email", - }, + name: "email", type: "email", placeholder: "Email"}, ]} textarea={{ - name: "message", - placeholder: "Your request...", - }} + name: "message", placeholder: "Your request..."}} imageSrc="http://img.b2bpic.net/free-photo/unfocused-background-with-wooden-furniture_1203-1690.jpg" />
@@ -289,29 +176,19 @@ export default function LandingPage() { logoText="Raysab Place" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#hero", - }, + label: "About Us", href: "#hero"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Help Center", - href: "#", - }, + label: "Help Center", href: "#"}, ], }, ]} @@ -320,4 +197,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file