Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 17:32:26 +00:00

View File

@@ -8,8 +8,9 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Flame, Star, Heart, Bell, Instagram, Facebook, MapPin } from 'lucide-react';
import { Flame, Star, Heart, Bell, MapPin, Instagram, Facebook } from 'lucide-react';
import Link from 'next/link';
export default function HomePage() {
@@ -20,12 +21,6 @@ export default function HomePage() {
{ name: "Visit", id: "visit" },
];
const footerSocialLinks = [
{ icon: Instagram, href: "https://instagram.com/thepickledpig", ariaLabel: "Instagram" },
{ icon: Facebook, href: "https://facebook.com/thepickledpig", ariaLabel: "Facebook" },
{ icon: MapPin, href: "https://maps.google.com/?q=pickled+pig", ariaLabel: "Google Maps" },
];
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -33,7 +28,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="large"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -44,9 +39,7 @@ export default function HomePage() {
brandName="The Pickled Pig"
navItems={navItems}
button={{
text: "Order Online",
href: "https://example.com/order",
}}
text: "Order Online", href: "https://example.com/order"}}
animateOnLoad={true}
/>
</div>
@@ -55,7 +48,7 @@ export default function HomePage() {
<HeroBillboardCarousel
title="A hidden gem with serious smokehouse soul."
description="Chef-driven sandwiches, seasonal soups, and elevated sides — fast, clean, and made with care."
background={{ variant: "grid" }}
background={{ variant: "sparkles-gradient" }}
tag="Welcome"
tagIcon={Flame}
tagAnimation="slide-up"
@@ -66,25 +59,15 @@ export default function HomePage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/turkey-sandwich-with-cranberry-sauce-thanksgiving-wooden-table_123827-35056.jpg",
imageAlt: "Pork belly sandwich cross-section",
},
imageSrc: "http://img.b2bpic.net/free-photo/turkey-sandwich-with-cranberry-sauce-thanksgiving-wooden-table_123827-35056.jpg", imageAlt: "Pork belly sandwich cross-section"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cooking_23-2149410194.jpg",
imageAlt: "Smokehouse interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cooking_23-2149410194.jpg", imageAlt: "Smokehouse interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sliced-ham-sausages_140725-1928.jpg?_wi=1",
imageAlt: "Signature pork belly dish",
},
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sliced-ham-sausages_140725-1928.jpg", imageAlt: "Signature pork belly dish"},
{
imageSrc: "http://img.b2bpic.net/free-photo/autumn-elements-soup_23-2147709400.jpg?_wi=1",
imageAlt: "Seasonal squash soup",
},
imageSrc: "http://img.b2bpic.net/free-photo/autumn-elements-soup_23-2147709400.jpg", imageAlt: "Seasonal squash soup"},
{
imageSrc: "http://img.b2bpic.net/free-photo/blurred-view-restaurant-with-empty-tables_1203-1073.jpg",
imageAlt: "Clean, welcoming dining space",
},
imageSrc: "http://img.b2bpic.net/free-photo/blurred-view-restaurant-with-empty-tables_1203-1073.jpg", imageAlt: "Clean, welcoming dining space"},
]}
className="hero-section"
useInvertedBackground={false}
@@ -100,40 +83,15 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "1",
name: "Pork Belly Special",
price: "Market Price",
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sliced-ham-sausages_140725-1928.jpg?_wi=2",
imageAlt: "Buttery, balanced pork belly",
},
id: "1", name: "Pork Belly Special", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sliced-ham-sausages_140725-1928.jpg", imageAlt: "Buttery, balanced pork belly"},
{
id: "2",
name: "Chicken Salad",
price: "$14.95",
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken_140725-1099.jpg?_wi=1",
imageAlt: "Classic comfort, upgraded",
},
id: "2", name: "Chicken Salad", price: "$14.95", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken_140725-1099.jpg", imageAlt: "Classic comfort, upgraded"},
{
id: "3",
name: "Seasonal Squash Soup",
price: "$8.95",
imageSrc: "http://img.b2bpic.net/free-photo/autumn-elements-soup_23-2147709400.jpg?_wi=2",
imageAlt: "Super fantastic seasonal soup",
},
id: "3", name: "Seasonal Squash Soup", price: "$8.95", imageSrc: "http://img.b2bpic.net/free-photo/autumn-elements-soup_23-2147709400.jpg", imageAlt: "Super fantastic seasonal soup"},
{
id: "4",
name: "Kimchi Pork Burger + Gouda",
price: "$16.95",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg?_wi=1",
imageAlt: "Korean-influenced heat and richness",
},
id: "4", name: "Kimchi Pork Burger + Gouda", price: "$16.95", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg", imageAlt: "Korean-influenced heat and richness"},
{
id: "5",
name: "House Sides",
price: "$6.95",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-potato-salad_23-2148619029.jpg?_wi=1",
imageAlt: "Potato salad, pickled vegetables, Korean-touched carrots",
},
id: "5", name: "House Sides", price: "$6.95", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-potato-salad_23-2148619029.jpg", imageAlt: "Potato salad, pickled vegetables, Korean-touched carrots"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -152,37 +110,16 @@ export default function HomePage() {
description="The Pickled Pig isn't just a deli—it's a craft-focused experience designed for people who care about quality."
features={[
{
id: "smokehouse",
label: "Smokehouse",
title: "Real smoke, real craft.",
items: [
"Real fire in the back",
"You can feel it when you walk in",
"Smoked fresh daily",
"Zero shortcuts on technique",
],
id: "smokehouse", label: "Smokehouse", title: "Real smoke, real craft.", items: [
"Real fire in the back", "You can feel it when you walk in", "Smoked fresh daily", "Zero shortcuts on technique"],
},
{
id: "specials",
label: "Specials",
title: "Dishes that change the game.",
items: [
"New creations constantly",
"Regulars come back for what's next",
"Limited quantities—if you see it, grab it",
"Chef-led innovation",
],
id: "specials", label: "Specials", title: "Dishes that change the game.", items: [
"New creations constantly", "Regulars come back for what's next", "Limited quantities—if you see it, grab it", "Chef-led innovation"],
},
{
id: "service",
label: "Service",
title: "Fast, clean, and cared-for.",
items: [
"Quick turnaround",
"Spotless space",
"Team knows the menu inside-out",
"Impeccable hospitality",
],
id: "service", label: "Service", title: "Fast, clean, and cared-for.", items: [
"Quick turnaround", "Spotless space", "Team knows the menu inside-out", "Impeccable hospitality"],
},
]}
animationType="opacity"
@@ -195,10 +132,7 @@ export default function HomePage() {
<TextSplitAbout
title="Brunch Worth Planning Around. Bistro Nights Worth Bragging About."
description={[
"Our weekend brunch is legendary—sharp coffee, seasonal egg dishes, and specials that disappear fast.",
"Chef-led bistro nights feature rotating tasting menus, house-made desserts, and the kind of hospitality that keeps people coming back.",
"Spots can go fast. Join our list for first dibs on new dates, seasonal drops, and surprise specials.",
]}
"Our weekend brunch is legendary—sharp coffee, seasonal egg dishes, and specials that disappear fast.", "Chef-led bistro nights feature rotating tasting menus, house-made desserts, and the kind of hospitality that keeps people coming back.", "Spots can go fast. Join our list for first dibs on new dates, seasonal drops, and surprise specials."]}
buttons={[
{ text: "Brunch Menu", href: "/brunch-bistro" },
{ text: "RSVP for Bistro Night", href: "https://example.com/rsvp" },
@@ -218,53 +152,17 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Sarah Mitchell",
handle: "@sarahmitchell",
testimonial: "Blown away by this hidden gem. Impeccable service, food that actually tastes like someone cares about it.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1",
imageAlt: "Sarah Mitchell",
},
id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Blown away by this hidden gem. Impeccable service, food that actually tastes like someone cares about it.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sarah Mitchell"},
{
id: "2",
name: "James Chen",
handle: "@jchen_foodie",
testimonial: "The pork belly sandwich literally melted in every bite. Worth every penny and the drive.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg?_wi=1",
imageAlt: "James Chen",
},
id: "2", name: "James Chen", handle: "@jchen_foodie", testimonial: "The pork belly sandwich literally melted in every bite. Worth every penny and the drive.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageAlt: "James Chen"},
{
id: "3",
name: "Emma Rodriguez",
handle: "@emmaeats",
testimonial: "Squash soup was super fantastic. Honestly one of the best soups I've had in years.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2",
imageAlt: "Emma Rodriguez",
},
id: "3", name: "Emma Rodriguez", handle: "@emmaeats", testimonial: "Squash soup was super fantastic. Honestly one of the best soups I've had in years.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Emma Rodriguez"},
{
id: "4",
name: "Michael Park",
handle: "@mpark_eats",
testimonial: "Phenomenal food, clean space, fast service. This is what a neighborhood staple should be.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3",
imageAlt: "Michael Park",
},
id: "4", name: "Michael Park", handle: "@mpark_eats", testimonial: "Phenomenal food, clean space, fast service. This is what a neighborhood staple should be.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Park"},
{
id: "5",
name: "Lisa Thompson",
handle: "@lisathompson_",
testimonial: "A true staple. Brunch here is one of the best in the city. Can't wait to go back.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg?_wi=2",
imageAlt: "Lisa Thompson",
},
id: "5", name: "Lisa Thompson", handle: "@lisathompson_", testimonial: "A true staple. Brunch here is one of the best in the city. Can't wait to go back.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageAlt: "Lisa Thompson"},
{
id: "6",
name: "David Okonkwo",
handle: "@davidcooks",
testimonial: "Food prepared fresh and with care. This place gets it. The detail is extraordinary.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4",
imageAlt: "David Okonkwo",
},
id: "6", name: "David Okonkwo", handle: "@davidcooks", testimonial: "Food prepared fresh and with care. This place gets it. The detail is extraordinary.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Okonkwo"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -277,6 +175,38 @@ export default function HomePage() {
/>
</div>
<div id="visit" data-section="visit">
<FaqSplitMedia
title="Visit The Pickled Pig"
description="Find us, park easily, and come hungry."
tag="Location"
tagIcon={MapPin}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-vector/suburb-street-cafe-map-seamless_1284-20357.jpg"
imageAlt="The Pickled Pig location map"
mediaAnimation="opacity"
mediaPosition="right"
faqs={[
{
id: "1", title: "Hours & Address", content: "<strong>The Pickled Pig</strong><br/>123 Craft Lane, Downtown<br/>Mon-Thu: 11am-10pm<br/>Fri-Sat: 11am-11pm<br/>Sun: 10am-9pm<br/><br/><strong>Phone:</strong> (555) 123-4567<br/><strong>Email:</strong> hello@thepickledpig.com"},
{
id: "2", title: "Parking", content: "Parking can be a little tight at peak times—street parking is usually easiest if the lot is full. There's also a public garage two blocks away."},
{
id: "3", title: "Dietary & Allergies", content: "We handle nuts, gluten, and dairy. Please inform staff of any allergies—our team is trained to discuss substitutions and prep."},
{
id: "4", title: "Reservations", content: "Walk-ins always welcome for lunch and early dinner. For bistro nights and larger groups, please call or email ahead."},
]}
faqsAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={true}
buttons={[
{ text: "Get Directions", href: "https://maps.google.com/?q=pickled+pig" },
{ text: "Call Ahead", href: "tel:+15551234567" },
]}
buttonAnimation="slide-up"
/>
</div>
<div id="newsletter" data-section="newsletter">
<ContactSplit
tag="Stay Connected"
@@ -284,7 +214,7 @@ export default function HomePage() {
description="Join our list for early access to limited specials, new bistro night announcements, and seasonal menu previews. No spam—just good food."
tagIcon={Bell}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/blogger-communication-email-template_23-2148725132.jpg"
imageAlt="Newsletter signup"