Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 623edfa1cf | |||
| 9d9fcab119 |
262
src/app/page.tsx
262
src/app/page.tsx
@@ -11,6 +11,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -31,22 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Star Bar"
|
||||
/>
|
||||
@@ -56,16 +46,7 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
logoText="Star Bar"
|
||||
description="A historic local gathering place in Pueblo. Serving cold beers, hearty meals, and a warm welcome since day one."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Menu", href: "#products" }, { text: "Contact Us", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cinematic-film-location-decor_23-2151918999.jpg?_wi=1"
|
||||
imageAlt="Classic pub atmosphere"
|
||||
/>
|
||||
@@ -76,16 +57,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Pueblo Institution"
|
||||
description="Located at 300 Spring St, we have served the community for decades. Whether you are a local regular or just passing through Pueblo, you will find a cold drink and a friendly face at Star Bar."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years Serving",
|
||||
},
|
||||
{
|
||||
value: "4.5★",
|
||||
title: "Avg Rating",
|
||||
},
|
||||
]}
|
||||
metrics={[{ value: "10+", title: "Years Serving" }, { value: "4.5★", title: "Avg Rating" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-closeup-shot-famous-church-our-lady-bruges-bruges-belgium_181624-44506.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -98,36 +70,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Classic Pub Vibes",
|
||||
tags: [
|
||||
"Relaxed",
|
||||
"Authentic",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg",
|
||||
imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Daily Specials",
|
||||
tags: [
|
||||
"Value",
|
||||
"Tasty",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cinematic-film-location-decor_23-2151918999.jpg?_wi=2",
|
||||
imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Friendly Service",
|
||||
tags: [
|
||||
"Welcoming",
|
||||
"Local",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-famous-church-our-lady-bruges-bruges-belgium_181624-44506.jpg?_wi=2",
|
||||
imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI",
|
||||
},
|
||||
{ id: "1", title: "Classic Pub Vibes", tags: ["Relaxed", "Authentic"], imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg" },
|
||||
{ id: "2", title: "Daily Specials", tags: ["Value", "Tasty"], imageSrc: "http://img.b2bpic.net/free-photo/cinematic-film-location-decor_23-2151918999.jpg?_wi=2" },
|
||||
{ id: "3", title: "Friendly Service", tags: ["Welcoming", "Local"], imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-famous-church-our-lady-bruges-bruges-belgium_181624-44506.jpg?_wi=2" },
|
||||
]}
|
||||
title="Why Visit Us"
|
||||
description="What makes Star Bar the favorite local spot for Pueblo locals."
|
||||
@@ -141,114 +86,37 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Burger",
|
||||
price: "$12",
|
||||
variant: "Meal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/azeri-national-cuisine-dyushbar-gyurza-piti-pickles_141793-428.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Draft Beer",
|
||||
price: "$5",
|
||||
variant: "Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-lard-fish-chips-breadcrumbs-cutting-board-blue-background_114579-39783.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Fish & Chips",
|
||||
price: "$14",
|
||||
variant: "Meal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eats-chicken-nuggets-with-potatoes-salad-leaves-plate_141793-12541.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Pub Nachos",
|
||||
price: "$10",
|
||||
variant: "Snack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-cinnamon-blue-desk_140725-79705.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "House Special Wings",
|
||||
price: "$11",
|
||||
variant: "Snack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-grilled-chicken-leg-vegetables_23-2148167602.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Steak Sandwich",
|
||||
price: "$15",
|
||||
variant: "Meal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-steak-sliced-served-with-spices-sauces-green-salad-glass-red-wine_114579-3592.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Classic Burger", price: "$12", variant: "Meal", imageSrc: "http://img.b2bpic.net/free-photo/azeri-national-cuisine-dyushbar-gyurza-piti-pickles_141793-428.jpg?_wi=1" },
|
||||
{ id: "p2", name: "Draft Beer", price: "$5", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/pork-lard-fish-chips-breadcrumbs-cutting-board-blue-background_114579-39783.jpg?_wi=1" },
|
||||
{ id: "p3", name: "Fish & Chips", price: "$14", variant: "Meal", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eats-chicken-nuggets-with-potatoes-salad-leaves-plate_141793-12541.jpg?_wi=1" },
|
||||
{ id: "p4", name: "Pub Nachos", price: "$10", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-cinnamon-blue-desk_140725-79705.jpg" },
|
||||
{ id: "p5", name: "House Special Wings", price: "$11", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-grilled-chicken-leg-vegetables_23-2148167602.jpg" },
|
||||
{ id: "p6", name: "Steak Sandwich", price: "$15", variant: "Meal", imageSrc: "http://img.b2bpic.net/free-photo/meat-steak-sliced-served-with-spices-sauces-green-salad-glass-red-wine_114579-3592.jpg" },
|
||||
]}
|
||||
title="Our Menu Highlights"
|
||||
description="Simple, satisfying meals perfectly paired with your favorite drink."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="The green chili cheese fries are an absolute must-try! The guacamole is perfectly seasoned, and the enchiladas are incredibly authentic and comforting. A true local gem in Pueblo."
|
||||
rating={5}
|
||||
author="Satisfied Local Foodie"
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/smiley-friends-partying-front-view_23-2149745615.jpg", alt: "Customer" }]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Dennis C.",
|
||||
date: "12/28/19",
|
||||
title: "Local Regular",
|
||||
quote: "The Star Bar is not closed! Listed hours are great, it was open when we visited.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-cafe-street-with-glass-wine-romantic-guy-white-shirt-cap-suspenders-city-peaky-blinders-old-fassion-retro_1321-2003.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cinematic-film-location-decor_23-2151918999.jpg?_wi=3",
|
||||
imageAlt: "customer portrait happy smiling",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Honest Abe P.",
|
||||
date: "04/07/23",
|
||||
title: "Customer",
|
||||
quote: "The food was good, the service was nice. All in all, you can get a cold beer and a meal.",
|
||||
tag: "Visitor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-cute-boy-cafe_23-2148436233.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-famous-church-our-lady-bruges-bruges-belgium_181624-44506.jpg?_wi=3",
|
||||
imageAlt: "customer portrait happy smiling",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah J.",
|
||||
date: "05/10/23",
|
||||
title: "Local",
|
||||
quote: "My favorite place to unwind after work in Pueblo.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-friends-partying-front-view_23-2149745615.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/azeri-national-cuisine-dyushbar-gyurza-piti-pickles_141793-428.jpg?_wi=2",
|
||||
imageAlt: "customer portrait happy smiling",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mike R.",
|
||||
date: "06/15/23",
|
||||
title: "Customer",
|
||||
quote: "Great atmosphere and consistently good vibes.",
|
||||
tag: "Visitor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-evening-drinks-bar_23-2147859540.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-lard-fish-chips-breadcrumbs-cutting-board-blue-background_114579-39783.jpg?_wi=2",
|
||||
imageAlt: "customer portrait happy smiling",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emily B.",
|
||||
date: "07/20/23",
|
||||
title: "Local",
|
||||
quote: "Love the history and the friendly staff here.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-gardener-uniform-wearing-gardening-hat-gestures-ok-hand-sign-pretending-hold-camera_141793-71221.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eats-chicken-nuggets-with-potatoes-salad-leaves-plate_141793-12541.jpg?_wi=2",
|
||||
imageAlt: "customer portrait happy smiling",
|
||||
},
|
||||
{ id: "t1", name: "Dennis C.", date: "12/28/19", title: "Local Regular", quote: "The Star Bar is not closed! Listed hours are great, it was open when we visited.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-cafe-street-with-glass-wine-romantic-guy-white-shirt-cap-suspenders-city-peaky-blinders-old-fassion-retro_1321-2003.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-film-location-decor_23-2151918999.jpg?_wi=3" },
|
||||
{ id: "t2", name: "Honest Abe P.", date: "04/07/23", title: "Customer", quote: "The food was good, the service was nice. All in all, you can get a cold beer and a meal.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-cute-boy-cafe_23-2148436233.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-famous-church-our-lady-bruges-bruges-belgium_181624-44506.jpg?_wi=3" },
|
||||
]}
|
||||
title="Voices of the Community"
|
||||
description="Hear what our regulars have to say about the Star Bar experience."
|
||||
@@ -261,30 +129,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "9",
|
||||
title: "Yelp Reviews",
|
||||
items: [
|
||||
"Consistent 4.5 star average",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "7 AM",
|
||||
title: "Opening Time",
|
||||
items: [
|
||||
"Open early daily",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10.6mi",
|
||||
title: "Location",
|
||||
items: [
|
||||
"Serving Pueblo area",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "9", title: "Yelp Reviews", items: ["Consistent 4.5 star average"] },
|
||||
{ id: "m2", value: "7 AM", title: "Opening Time", items: ["Open early daily"] },
|
||||
{ id: "m3", value: "10.6mi", title: "Location", items: ["Serving Pueblo area"] },
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Star Bar facts and popularity."
|
||||
@@ -296,21 +143,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are you open?",
|
||||
content: "Yes, we are open! We welcome locals and visitors daily.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are your hours?",
|
||||
content: "Generally 7:00 AM until late. Check our latest updates for seasonal changes.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you serve food?",
|
||||
content: "Yes, we offer a range of pub meals and snacks all day.",
|
||||
},
|
||||
{ id: "f1", title: "Are you open?", content: "Yes, we are open! We welcome locals and visitors daily." },
|
||||
{ id: "f2", title: "What are your hours?", content: "Generally 7:00 AM until late. Check our latest updates for seasonal changes." },
|
||||
{ id: "f3", title: "Do you serve food?", content: "Yes, we offer a range of pub meals and snacks all day." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about Star Bar."
|
||||
@@ -321,35 +156,22 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Come Say Hello"
|
||||
description="Swing by 300 Spring St in Pueblo and grab a cold drink with us today."
|
||||
buttons={[
|
||||
{
|
||||
text: "(719) 542-9718",
|
||||
href: "tel:7195429718",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "(719) 542-9718", href: "tel:7195429718" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Star Bar"
|
||||
leftLink={{
|
||||
text: "© 2024 Star Bar",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "300 Spring St, Pueblo, CO",
|
||||
href: "https://maps.google.com",
|
||||
}}
|
||||
leftLink={{ text: "© 2024 Star Bar", href: "#" }}
|
||||
rightLink={{ text: "300 Spring St, Pueblo, CO", href: "https://maps.google.com" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user