diff --git a/src/app/page.tsx b/src/app/page.tsx index a3249f2..1237aca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ 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 FooterMedia from '@/components/sections/footer/FooterMedia'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; @@ -30,86 +30,49 @@ export default function LandingPage() {
@@ -122,35 +85,15 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Whopper", - price: "$6.99", - imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg?_wi=3", - }, + id: "p1", name: "Whopper", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg?_wi=3"}, { - id: "p2", - name: "Chicken Royale", - price: "$5.99", - imageSrc: "http://img.b2bpic.net/free-photo/knife-tasty-meat-sandwich-chicken-nuggets-tomatoes-with-stem-pepper-wooden-board-sauce-ketchup-dark-blue-surface_179666-42693.jpg?_wi=2", - }, + id: "p2", name: "Chicken Royale", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/knife-tasty-meat-sandwich-chicken-nuggets-tomatoes-with-stem-pepper-wooden-board-sauce-ketchup-dark-blue-surface_179666-42693.jpg?_wi=2"}, { - id: "p3", - name: "BK Stacker", - price: "$7.99", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-street-food_23-2149009618.jpg?_wi=2", - }, + id: "p3", name: "BK Stacker", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-street-food_23-2149009618.jpg?_wi=2"}, { - id: "p4", - name: "Whopper", - price: "$6.99", - imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg?_wi=4", - }, + id: "p4", name: "Whopper", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg?_wi=4"}, { - id: "p5", - name: "Chicken Royale", - price: "$5.99", - imageSrc: "http://img.b2bpic.net/free-photo/knife-tasty-meat-sandwich-chicken-nuggets-tomatoes-with-stem-pepper-wooden-board-sauce-ketchup-dark-blue-surface_179666-42693.jpg?_wi=3", - }, + id: "p5", name: "Chicken Royale", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/knife-tasty-meat-sandwich-chicken-nuggets-tomatoes-with-stem-pepper-wooden-board-sauce-ketchup-dark-blue-surface_179666-42693.jpg?_wi=3"}, ]} title="Featured Favorites" description="Our flame-grilled legends." @@ -179,25 +122,13 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "q1", - title: "What are your hours?", - content: "Most locations are open 24/7 or late night.", - }, + id: "q1", title: "What are your hours?", content: "Most locations are open 24/7 or late night."}, { - id: "q2", - title: "How does delivery work?", - content: "Order through our app for lightning fast delivery.", - }, + id: "q2", title: "How does delivery work?", content: "Order through our app for lightning fast delivery."}, { - id: "q3", - title: "Are there vegetarian options?", - content: "Yes, try our Impossible Whopper.", - }, + id: "q3", title: "Are there vegetarian options?", content: "Yes, try our Impossible Whopper."}, { - id: "q4", - title: "Where can I find nutrition?", - content: "All info is listed on our menu page.", - }, + id: "q4", title: "Where can I find nutrition?", content: "All info is listed on our menu page."}, ]} /> @@ -209,16 +140,10 @@ export default function LandingPage() { description="Sign up for exclusive deals and limited offers." inputs={[ { - name: "email", - type: "email", - placeholder: "Enter your email", - required: true, + name: "email", type: "email", placeholder: "Enter your email", required: true, }, { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, ]} imageSrc="http://img.b2bpic.net/free-photo/side-view-burger-with-knife-bowl-sauce-french-fries-wooden-food-tray-restaurant_176474-3023.jpg?_wi=4" @@ -226,49 +151,38 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 47a528d..a263562 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,8 +10,8 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #1A1A1A; - --card: #262626; + --background: #000000; + --card: #1A1A1A; --foreground: #FFF5E0; --primary-cta: #D62300; --primary-cta-text: #FFF5E0;