diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a6acfd..798b433 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,9 +4,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import HeroSignup from '@/components/sections/hero/HeroSignup'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TextAbout from '@/components/sections/about/TextAbout'; @@ -29,84 +29,38 @@ export default function LandingPage() {
- console.log(email)} />
-
@@ -116,8 +70,7 @@ export default function LandingPage() { tag="Our Commitment" title="Why People Choose Us" buttons={[ - { - text: "Our Story", href: "#"}, + { text: "Our Story", href: "#" }, ]} /> @@ -128,22 +81,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "g1", value: "Fresh", title: "Fresh out of the oven", description: "Baked daily.", imageSrc: "http://img.b2bpic.net/free-photo/red-nature-texture-background_23-2147960326.jpg"}, - { - id: "g2", value: "Flaky", title: "Perfectly flaky", description: "Our signature.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-bagels-with-seeds-bread_23-2148365501.jpg"}, - { - id: "g3", value: "Local", title: "Local favorite", description: "Community loved.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-croissant_23-2148130539.jpg"}, - { - id: "g4", value: "Chic", title: "Cafe vibe", description: "Cozy space.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg"}, - { - id: "g5", value: "Special", title: "Specialty pastry", description: "Pistachio delight.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-cream-cheese_23-2148516592.jpg"}, - { - id: "g6", value: "Savory", title: "Savory treats", description: "Handcrafted.", imageSrc: "http://img.b2bpic.net/free-photo/macaroons-waffles-croissant-donuts-wooden-table_23-2147972778.jpg"}, - { - id: "g7", value: "Style", title: "Lifestyle shot", description: "Pure joy.", imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16122.jpg"}, - { - id: "g8", value: "Pro", title: "Workspace", description: "The kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-cleaning-up-coffee-shop_23-2149458143.jpg"}, + { id: "g1", value: "Fresh", title: "Fresh out of the oven", description: "Baked daily.", imageSrc: "http://img.b2bpic.net/free-photo/red-nature-texture-background_23-2147960326.jpg" }, + { id: "g2", value: "Flaky", title: "Perfectly flaky", description: "Our signature.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-bagels-with-seeds-bread_23-2148365501.jpg" }, + { id: "g3", value: "Local", title: "Local favorite", description: "Community loved.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-croissant_23-2148130539.jpg" }, + { id: "g4", value: "Chic", title: "Cafe vibe", description: "Cozy space.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg" } ]} title="Gallery" description="A glimpse into our bakery world." @@ -155,24 +96,15 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "1", title: "Where are you located?", content: "7610 Milwaukee Ave Suite 300, Lubbock, TX"}, - { - id: "5", title: "What are your operating hours?", content: "We are open daily from 7:00 AM to 6:00 PM to serve your pastry cravings!"}, - { - id: "2", title: "Do you offer catering?", content: "Yes, contact us for custom orders and bulk requests."}, - { - id: "3", title: "What are your most popular items?", content: "Our classic butter croissants and pistachio pastries."}, - { - id: "4", title: "Do you offer dine-in or takeout?", content: "Both are available for your convenience."}, + { id: "1", title: "Where are you located?", content: "7610 Milwaukee Ave Suite 300, Lubbock, TX" }, + { id: "5", title: "What are your operating hours?", content: "We are open daily from 7:00 AM to 6:00 PM." }, + { id: "2", title: "Do you offer catering?", content: "Yes, contact us for custom orders." } ]} title="Frequently Asked Questions" description="Everything you need to know about Paris Croisserie." buttons={[ - { - text: "Order Now", href: "#contact"}, - { - text: "Call (806) 777-1229", href: "tel:8067771229"}, + { text: "Order Now", href: "#contact" }, + { text: "Call (806) 777-1229", href: "tel:8067771229" }, ]} faqsAnimation="blur-reveal" /> @@ -181,14 +113,11 @@ export default function LandingPage() {
@@ -198,26 +127,9 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/freshly-baked-bread-oven_140725-4139.jpg" logoText="Paris Croisserie" columns={[ - { - title: "Visit", items: [ - { - label: "7610 Milwaukee Ave, Lubbock", href: "#"}, - ], - }, - { - title: "Company", items: [ - { - label: "About Us", href: "#"}, - { - label: "Catering", href: "#"}, - ], - }, - { - title: "Legal", items: [ - { - label: "Privacy Policy", href: "#"}, - ], - }, + { title: "Visit", items: [{ label: "7610 Milwaukee Ave, Lubbock", href: "#" }] }, + { title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Catering", href: "#" }] }, + { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] } ]} imageAlt="cozy french cafe atmosphere blur" />