Update src/app/page.tsx
This commit is contained in:
199
src/app/page.tsx
199
src/app/page.tsx
@@ -9,7 +9,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Home } from "lucide-react";
|
||||
import { Home, Pizza, WheatOff, Utensils, IceCream } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="S&S BBQ & Pizzeria"
|
||||
/>
|
||||
@@ -52,42 +40,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="A Must-Stop Near Holiday World"
|
||||
description="Family-owned BBQ and Pizzeria featuring a festive Grinch theme. From our famous pizza buffet to hickory-smoked meats, there's holiday cheer in every bite."
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-dinner-table-decorated-christmas_23-2150679102.jpg",
|
||||
imageAlt: "Festive Atmosphere",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535243.jpg",
|
||||
imageAlt: "Pizza Buffet",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooked-meat-with-sauce-wooden-board-with-copy-space_23-2148599789.jpg",
|
||||
imageAlt: "BBQ Meats",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-ice-cream-cone-sweet-indulgence-generated-by-ai_188544-30495.jpg",
|
||||
imageAlt: "Ice Cream Shop",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich_1339-2326.jpg",
|
||||
imageAlt: "Tenderloin Sandwich",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283540.jpg",
|
||||
imageAlt: "Family Restaurant",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/modern-dinner-table-decorated-christmas_23-2150679102.jpg", imageAlt: "Festive Atmosphere" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535243.jpg", imageAlt: "Pizza Buffet" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cooked-meat-with-sauce-wooden-board-with-copy-space_23-2148599789.jpg", imageAlt: "BBQ Meats" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-ice-cream-cone-sweet-indulgence-generated-by-ai_188544-30495.jpg", imageAlt: "Ice Cream Shop" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/sandwich_1339-2326.jpg", imageAlt: "Tenderloin Sandwich" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283540.jpg", imageAlt: "Family Restaurant" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,30 +72,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Pizza & Salad Buffet",
|
||||
description: "Freshly stocked pizza bar paired with our crisp garden salad station.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-many-round-plates-with-tasty-vegetables-dish-salads-with-tomato-onion-zucchini-tomato-herbs-big-delicious-dinner-restaurant_132075-13099.jpg",
|
||||
buttonIcon: "Pizza",
|
||||
},
|
||||
{
|
||||
title: "Dietary Options",
|
||||
description: "Enjoy our signature pizzas with gluten-free and cauliflower crusts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-rice-vegetables_140725-7021.jpg",
|
||||
buttonIcon: "WheatOff",
|
||||
},
|
||||
{
|
||||
title: "Fried Portobello",
|
||||
description: "Customer-favorite battered portobello mushrooms for a savory start.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-legs-with-fried-vegetables-dark-board-high-quality-photo_114579-69114.jpg",
|
||||
buttonIcon: "Utensils",
|
||||
},
|
||||
{
|
||||
title: "Ice Cream Shop",
|
||||
description: "Finish with a treat! Dairy-free options available in our sweet shop.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-woman-s-hand-eating-ice-cream-sandwich-with-fork_23-2148161748.jpg",
|
||||
buttonIcon: "IceCream",
|
||||
},
|
||||
{ title: "Pizza & Salad Buffet", description: "Freshly stocked pizza bar paired with our crisp garden salad station.", imageSrc: "http://img.b2bpic.net/free-photo/view-many-round-plates-with-tasty-vegetables-dish-salads-with-tomato-onion-zucchini-tomato-herbs-big-delicious-dinner-restaurant_132075-13099.jpg", buttonIcon: Pizza },
|
||||
{ title: "Dietary Options", description: "Enjoy our signature pizzas with gluten-free and cauliflower crusts.", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-rice-vegetables_140725-7021.jpg", buttonIcon: WheatOff },
|
||||
{ title: "Fried Portobello", description: "Customer-favorite battered portobello mushrooms for a savory start.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-legs-with-fried-vegetables-dark-board-high-quality-photo_114579-69114.jpg", buttonIcon: Utensils },
|
||||
{ title: "Ice Cream Shop", description: "Finish with a treat! Dairy-free options available in our sweet shop.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-woman-s-hand-eating-ice-cream-sandwich-with-fork_23-2148161748.jpg", buttonIcon: IceCream },
|
||||
]}
|
||||
title="Signature Favorites"
|
||||
description="Taste the items that keep our guests coming back year after year."
|
||||
@@ -146,41 +88,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Visitor",
|
||||
testimonial: "Stopped in after Holiday World. The pizza buffet was the highlight of our trip!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positve-african-american-woman-with-cheerful-look-being-glad-message-with-friends-uses-modern-cell-phone-sits-cafeteria-eats-delicious-desserts-drinks-cocktail-technology-rest-concept_273609-2382.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike B.",
|
||||
role: "Local",
|
||||
testimonial: "The best BBQ tenderloin in the county. Great theme for the kids.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-baked-chicken-from-christmas-table_23-2147973695.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica R.",
|
||||
role: "Visitor",
|
||||
testimonial: "Finally a place with gluten-free options that actually taste delicious.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-cooking-together_23-2149001353.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tom H.",
|
||||
role: "Local",
|
||||
testimonial: "Staff is incredibly friendly. We visit every single week.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-pizza_23-2149066096.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emma L.",
|
||||
role: "Visitor",
|
||||
testimonial: "Kids loved the ice cream parlor and the festive holiday vibe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", role: "Visitor", testimonial: "Stopped in after Holiday World. The pizza buffet was the highlight of our trip!", imageSrc: "http://img.b2bpic.net/free-photo/positve-african-american-woman-with-cheerful-look-being-glad-message-with-friends-uses-modern-cell-phone-sits-cafeteria-eats-delicious-desserts-drinks-cocktail-technology-rest-concept_273609-2382.jpg" },
|
||||
{ id: "2", name: "Mike B.", role: "Local", testimonial: "The best BBQ tenderloin in the county. Great theme for the kids.", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-baked-chicken-from-christmas-table_23-2147973695.jpg" },
|
||||
{ id: "3", name: "Jessica R.", role: "Visitor", testimonial: "Finally a place with gluten-free options that actually taste delicious.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-cooking-together_23-2149001353.jpg" },
|
||||
{ id: "4", name: "Tom H.", role: "Local", testimonial: "Staff is incredibly friendly. We visit every single week.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-pizza_23-2149066096.jpg" },
|
||||
{ id: "5", name: "Emma L.", role: "Visitor", testimonial: "Kids loved the ice cream parlor and the festive holiday vibe.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg" },
|
||||
]}
|
||||
title="Loved by Families"
|
||||
description="Don't take our word for it—see what our neighbors and visitors say."
|
||||
@@ -195,31 +107,11 @@ export default function LandingPage() {
|
||||
memberVariant="card"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-modern-family-retro-style_23-2150595533.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Chef Mike",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-enjoying-meal_23-2150595545.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Julie Server",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-kids-cook-medium-shot_23-2149870135.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Tom Kitchen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-big-wooden-plate-with-salad_23-2148040192.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emma Front",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Owner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-modern-family-retro-style_23-2150595533.jpg" },
|
||||
{ id: "t2", name: "Chef Mike", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-enjoying-meal_23-2150595545.jpg" },
|
||||
{ id: "t3", name: "Julie Server", imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-kids-cook-medium-shot_23-2149870135.jpg" },
|
||||
{ id: "t4", name: "Tom Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-big-wooden-plate-with-salad_23-2148040192.jpg" },
|
||||
{ id: "t5", name: "Emma Front", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -228,36 +120,15 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="S&S BBQ"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "Santa Claus, IN",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Ample Parking Available",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
] },
|
||||
{ title: "Location", items: [
|
||||
{ label: "Santa Claus, IN", href: "/contact" },
|
||||
{ label: "Ample Parking Available", href: "/contact" },
|
||||
] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user