Merge version_1 into main #2
142
src/app/page.tsx
142
src/app/page.tsx
@@ -9,7 +9,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { CalendarDays } from "lucide-react";
|
||||
import { CalendarDays, ChefHat, Beef, Fish, Beer, Music } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "features",
|
||||
},
|
||||
name: "Menu", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Dockers"
|
||||
/>
|
||||
@@ -56,35 +48,21 @@ export default function LandingPage() {
|
||||
description="The premium local alternative to city center nightlife. Outstanding grill, craft beer, and standout service, right here."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-brown-restaurant_400718-10.jpg",
|
||||
imageAlt: "Pub Atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-brown-restaurant_400718-10.jpg", imageAlt: "Pub Atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pan-with-tasty-mussel-sauce_23-2148375673.jpg",
|
||||
imageAlt: "Gourmet Food",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pan-with-tasty-mussel-sauce_23-2148375673.jpg", imageAlt: "Gourmet Food"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-stock-photo-extremely-trendy-luxurious-brunette-model-crop-top-silver-sparkling-jacket-black-trousers-high-heels-model-trendy-outfit-sitting-bar-stool-club-bar_132075-8992.jpg",
|
||||
imageAlt: "Craft Beer",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-stock-photo-extremely-trendy-luxurious-brunette-model-crop-top-silver-sparkling-jacket-black-trousers-high-heels-model-trendy-outfit-sitting-bar-stool-club-bar_132075-8992.jpg", imageAlt: "Craft Beer"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-donut_23-2148773571.jpg",
|
||||
imageAlt: "Luxury Pub Interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-donut_23-2148773571.jpg", imageAlt: "Luxury Pub Interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-cutlet-with-eggplant_140725-10937.jpg",
|
||||
imageAlt: "Food Presentation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-cutlet-with-eggplant_140725-10937.jpg", imageAlt: "Food Presentation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891021.jpg?_wi=1",
|
||||
imageAlt: "Social Vibes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891021.jpg", imageAlt: "Social Vibes"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,34 +73,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Grill Quality",
|
||||
description: "From slow-cooked ribs to artisan burgers and fresh mussels, every bite is crafted for perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-steak-savory-sauce-rustic-plate-generated-by-ai_188544-41154.jpg",
|
||||
buttonIcon: "ChefHat",
|
||||
title: "Grill Quality", description: "From slow-cooked ribs to artisan burgers and fresh mussels, every bite is crafted for perfection.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-steak-savory-sauce-rustic-plate-generated-by-ai_188544-41154.jpg", buttonIcon: ChefHat,
|
||||
},
|
||||
{
|
||||
title: "Artisan Burgers",
|
||||
description: "Hand-pressed patties served with locally sourced ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burgers-per-two-pax-with-full-melted-cheese-black-board_114579-1934.jpg",
|
||||
buttonIcon: "Beef",
|
||||
title: "Artisan Burgers", description: "Hand-pressed patties served with locally sourced ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/burgers-per-two-pax-with-full-melted-cheese-black-board_114579-1934.jpg", buttonIcon: Beef,
|
||||
},
|
||||
{
|
||||
title: "Fresh Seafood",
|
||||
description: "Our mussels are sustainably sourced and prepared with signature sauces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-with-delicious-shells_23-2149410741.jpg",
|
||||
buttonIcon: "Fish",
|
||||
title: "Fresh Seafood", description: "Our mussels are sustainably sourced and prepared with signature sauces.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-with-delicious-shells_23-2149410741.jpg", buttonIcon: Fish,
|
||||
},
|
||||
{
|
||||
title: "Beer Culture",
|
||||
description: "A rotating selection of the finest craft beers and local brews.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-beer-using-tablet_23-2147897160.jpg",
|
||||
buttonIcon: "Beer",
|
||||
title: "Beer Culture", description: "A rotating selection of the finest craft beers and local brews.", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-beer-using-tablet_23-2147897160.jpg", buttonIcon: Beer,
|
||||
},
|
||||
{
|
||||
title: "Late Night Vibes",
|
||||
description: "Sophisticated atmosphere that keeps the energy alive until late.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891021.jpg?_wi=2",
|
||||
buttonIcon: "Music",
|
||||
title: "Late Night Vibes", description: "Sophisticated atmosphere that keeps the energy alive until late.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891021.jpg", buttonIcon: Music,
|
||||
},
|
||||
]}
|
||||
title="Why It's Worth The Trip"
|
||||
@@ -137,40 +100,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Finally, a premium spot that doesn't require a trek into the city. The ribs are legendary!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-laughing-restaurant_23-2149316808.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Finally, a premium spot that doesn't require a trek into the city. The ribs are legendary!", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-laughing-restaurant_23-2149316808.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@markd",
|
||||
testimonial: "The service is standout. It feels like a real local neighborhood pub with a high-end twist.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg",
|
||||
},
|
||||
id: "2", name: "Mark D.", handle: "@markd", testimonial: "The service is standout. It feels like a real local neighborhood pub with a high-end twist.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
handle: "@elenar",
|
||||
testimonial: "Perfect for date nights. The vibe is sophisticated, and the beer selection is fantastic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-woman-near-glasses-wine-restaurant_23-2148016794.jpg",
|
||||
},
|
||||
id: "3", name: "Elena R.", handle: "@elenar", testimonial: "Perfect for date nights. The vibe is sophisticated, and the beer selection is fantastic.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-woman-near-glasses-wine-restaurant_23-2148016794.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
handle: "@davidl",
|
||||
testimonial: "Skip the downtown crowd and go here. Better food, friendlier service, and no parking headaches.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-making-peace-sign-smile_23-2148283885.jpg",
|
||||
},
|
||||
id: "4", name: "David L.", handle: "@davidl", testimonial: "Skip the downtown crowd and go here. Better food, friendlier service, and no parking headaches.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-making-peace-sign-smile_23-2148283885.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe T.",
|
||||
handle: "@chloet",
|
||||
testimonial: "The mussels were out of this world! So glad we found this gem.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg",
|
||||
},
|
||||
id: "5", name: "Chloe T.", handle: "@chloet", testimonial: "The mussels were out of this world! So glad we found this gem.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg"},
|
||||
]}
|
||||
title="What Our Locals Say"
|
||||
description="Don't just take our word for it. Here is why the community chooses Dockers over downtown."
|
||||
@@ -183,30 +121,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "We highly recommend booking a table, especially on weekends, as we fill up quickly.",
|
||||
},
|
||||
id: "q1", title: "Do I need a reservation?", content: "We highly recommend booking a table, especially on weekends, as we fill up quickly."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is there parking available?",
|
||||
content: "Yes, we have a dedicated car park right outside the venue for our patrons.",
|
||||
},
|
||||
id: "q2", title: "Is there parking available?", content: "Yes, we have a dedicated car park right outside the venue for our patrons."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are you family friendly?",
|
||||
content: "Absolutely! We welcome families and have a relaxed environment during dining hours.",
|
||||
},
|
||||
id: "q3", title: "Are you family friendly?", content: "Absolutely! We welcome families and have a relaxed environment during dining hours."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Do you host private events?",
|
||||
content: "Yes, our lounge area is available for private bookings for birthdays and corporate gatherings.",
|
||||
},
|
||||
id: "q4", title: "Do you host private events?", content: "Yes, our lounge area is available for private bookings for birthdays and corporate gatherings."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Can I bring my dog?",
|
||||
content: "We are pet friendly in our outdoor seating area and the bar zone.",
|
||||
},
|
||||
id: "q5", title: "Can I bring my dog?", content: "We are pet friendly in our outdoor seating area and the bar zone."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about your visit? We have the answers."
|
||||
@@ -218,8 +141,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
title="Ready for an Elevated Experience?"
|
||||
description="Book your table today and experience the premium alternative to the city center."
|
||||
buttonText="Reserve Now"
|
||||
@@ -232,13 +154,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="DOCKERS"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user