Update src/app/page.tsx
This commit is contained in:
206
src/app/page.tsx
206
src/app/page.tsx
@@ -10,11 +10,10 @@ import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { MapPin, Phone, Mail } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function RibsRockPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -23,124 +22,111 @@ export default function LandingPage() {
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
]}
|
||||
brandName="McDonald's"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Ribs Rock"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="I'm Lovin' It"
|
||||
description="Your favorite burgers, fries, and more. Always fresh, always hot, and always served with a smile."
|
||||
buttons={[{ text: "Order Now", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-food-frame-with-copy-space_23-2148308858.jpg"
|
||||
imageAlt="McDonald's Hero Meal"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Ribs Rock"
|
||||
description="Authentic modern American BBQ experience in Las Condes. Slow-smoked to perfection."
|
||||
buttons={[{ text: "View Menu", href: "#products" }]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/delicious-grilled-ribs-wooden-table_23-2148737286.jpg"
|
||||
imageAlt="Smoked BBQ Ribs"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{ type: "text", content: "More than just a meal," },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/unfocused-spacious-store_1203-597.jpg", alt: "McDonald's History" },
|
||||
{ type: "text", content: "it's a global tradition." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{ type: "text", content: "Passion for " },
|
||||
{ type: "image", src: "https://img.b2bpic.net/free-photo/close-up-chef-grilling-meat_23-2148737300.jpg", alt: "Grilling Process" },
|
||||
{ type: "text", content: " the perfect smoke." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "f1", title: "Fresh Beef", description: "100% real beef, cooked to perfection.", tag: "Beef", imageSrc: "http://img.b2bpic.net/free-photo/top-view-burger-ingredients-slate-background_23-2148235015.jpg" },
|
||||
{ id: "f2", title: "Golden Fries", description: "Crispy, hot, and seasoned just right.", tag: "Fries", imageSrc: "http://img.b2bpic.net/free-photo/nectarine-slices-with-drink-wooden-cutting-board-table-flat-lay_176474-8879.jpg" },
|
||||
{ id: "f3", title: "Cool Drinks", description: "Refreshing beverages to quench your thirst.", tag: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/beverage-glass-near-lemons-ice-blocks_23-2148216355.jpg" },
|
||||
]}
|
||||
title="Quality Ingredients"
|
||||
description="We source the finest ingredients to bring you the taste you love, every single time."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
title="Our BBQ Menu"
|
||||
description="From tender baby back ribs to brisket combos, taste the American tradition."
|
||||
products={[
|
||||
{ id: "p1", name: "Signature Rib Rack", price: "$18.99", variant: "Classic BBQ", imageSrc: "https://img.b2bpic.net/free-photo/ribs-on-wooden-board_23-2148737315.jpg" },
|
||||
{ id: "p2", name: "Brisket Combo", price: "$22.99", variant: "Smoked", imageSrc: "https://img.b2bpic.net/free-photo/sliced-brisket-wooden-board_23-2148737330.jpg" },
|
||||
{ id: "p3", name: "Pulled Pork Sliders", price: "$12.99", variant: "Appetizer", imageSrc: "https://img.b2bpic.net/free-photo/pulled-pork-sliders_23-2148737345.jpg" },
|
||||
{ id: "p4", name: "Loaded Cornbread", price: "$6.99", variant: "Side", imageSrc: "https://img.b2bpic.net/free-photo/fresh-cornbread_23-2148737360.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Big Mac", price: "$5.99", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-frame-with-orange-background_23-2148235004.jpg" },
|
||||
{ id: "p2", name: "French Fries", price: "$2.99", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/front-view-plate-with-crackers-pink-plate-wooden-desk-grey-snack-crisp-cracker_140725-20794.jpg" },
|
||||
{ id: "p3", name: "McFlurry", price: "$3.49", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate-cup-with-whipped-cream_1220-4741.jpg" },
|
||||
{ id: "p4", name: "Chicken Nuggets", price: "$4.99", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-chicken-wings-cutting-board-dark-background-lunch-dinner-sandwich-fries-meal-burger-food-salad_140725-158650.jpg" },
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Explore the classics and new favorites."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
showRating={true}
|
||||
title="Customer Favorites"
|
||||
description="See why locals in Las Condes love Ribs Rock."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Carlos M.", handle: "@carlos_bbq", testimonial: "The ribs fall off the bone. Absolutely the best spot in town!", rating: 5 },
|
||||
{ id: "t2", name: "Ana P.", handle: "@anaperez", testimonial: "Brisket was perfectly smoked. Will definitely come back.", rating: 5 },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best fries ever! Always crispy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-shirt-joyfully-looking-camera-holding-plate-with-slice-chocolate-cake-hands-yellow-background-isolated_574295-5390.jpg" },
|
||||
{ id: "t2", name: "Mike D.", handle: "@miked", testimonial: "Quick and delicious, my go-to lunch spot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Loved by Everyone"
|
||||
description="What our customers are saying."
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Do you offer delivery?", content: "Yes, we deliver throughout Las Condes via our website and major apps." },
|
||||
{ id: "q2", title: "Allergen Information", content: "Our BBQ sauces are gluten-free, but please consult our detailed allergen menu or ask our staff upon arrival." },
|
||||
{ id: "q3", title: "Opening Hours", content: "We are open Tuesday through Sunday, 12:00 PM to 10:00 PM." },
|
||||
{ id: "q4", title: "Can I reserve a table?", content: "We welcome walk-ins, but you can book a table for large groups online." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about Ribs Rock."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Are you open 24/7?", content: "Many of our locations are open 24/7. Check your local store." },
|
||||
{ id: "q2", title: "Can I order online?", content: "Yes, use our app for quick and easy ordering." },
|
||||
{ id: "q3", title: "Do you have allergen information?", content: "Yes, we provide a full allergen guide on our website and in the app. Please ask our staff if you have specific concerns." },
|
||||
{ id: "q4", title: "What are my delivery options?", content: "We offer delivery through our app and partnered services like UberEats and DoorDash. Check your address at checkout to see availability." }
|
||||
]}
|
||||
title="Got Questions?"
|
||||
description="Find answers to your common questions."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Contact & Location"
|
||||
title="Visit Ribs Rock"
|
||||
description="Paul Harris 753, Las Condes, Santiago. Find us on the map for authentic American BBQ."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Contact Us"
|
||||
title="Visit Our Restaurant"
|
||||
description="Paul Harris 753, Las Condes, Santiago"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="McDonald's"
|
||||
copyrightText="© 2025 McDonald's. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Ribs Rock"
|
||||
copyrightText="© 2025 Ribs Rock. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user