5 Commits

Author SHA1 Message Date
dc5cec0f4a Update src/app/page.tsx 2026-04-22 23:12:21 +00:00
b449c76b14 Merge version_3 into main
Merge version_3 into main
2026-04-22 22:50:10 +00:00
6234d43a4a Update src/app/page.tsx 2026-04-22 22:50:04 +00:00
679df65e94 Merge version_2 into main
Merge version_2 into main
2026-04-22 22:49:18 +00:00
b87ef73f78 Update src/app/page.tsx 2026-04-22 22:49:15 +00:00

View File

@@ -2,18 +2,18 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import FooterCard from '@/components/sections/footer/FooterCard';
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"
@@ -22,304 +22,112 @@ 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",
},
{
id: "p5",
name: "Egg McMuffin",
price: "$3.99",
variant: "Breakfast",
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-wooden_1150-8063.jpg",
},
{
id: "p6",
name: "Happy Meal",
price: "$4.50",
variant: "Kids",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-exotic-fruits_23-2149090888.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="socialProof" data-section="socialProof">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"Globally Trusted",
"Quality Guaranteed",
"Fan Favorite",
"Always Fresh",
"Speedy Service",
"Community Partner",
"Sustainable Sourcing",
]}
title="Proudly Serving Millions"
description="Join our global family of happy customers."
/>
</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="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",
},
{
id: "t3",
name: "Emily R.",
handle: "@emilyr",
testimonial: "Love the dessert selection, especially the McFlurry.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-brunette-with-beret-beige-trench-coat-stylish-glasses-sitting-city-cafe-terrace-sunny-autumn-day-eating-cheesecake-calling-waiter_197531-24439.jpg",
},
{
id: "t4",
name: "David K.",
handle: "@davidk",
testimonial: "Consistently good food, fast service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/african-american-father-being-feed-by-his-daughter-meal-home_637285-12661.jpg",
},
{
id: "t5",
name: "Jessica L.",
handle: "@jessl",
testimonial: "Perfect comfort food for the whole family.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-young-asian-lady-holds-two-delicious-sweet-donuts-licks-lips-wants-eat-high-calories-food-breaks-diet-dressed-warm-clothes-headgear_273609-38574.jpg",
},
]}
showRating={true}
title="Loved by Everyone"
description="What our customers are saying."
/>
</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="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 offer delivery?",
content: "We offer delivery through our partners. Check the app for details.",
},
]}
title="Got Questions?"
description="Find answers to your common questions."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
tag="Stay Connected"
title="Join our Newsletter"
description="Get exclusive deals and updates straight to your inbox."
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-taking-order_23-2147775868.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Careers",
href: "#",
},
{
label: "Investors",
href: "#",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Use",
href: "#",
},
],
},
]}
logoText="McDonald's"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Ribs Rock"
copyrightText="© 2025 Ribs Rock. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}