Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-26 12:50:03 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="STAR ROCK"
/>
@@ -56,21 +48,16 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroLogoBillboard
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
logoText="STAR ROCK"
description="Experience culinary excellence. Join us for a journey of authentic flavors, handcrafted coffee, and unforgettable memories at STAR ROCK Restaurants & Cafe."
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Book Table",
href: "#contact",
},
text: "Book Table", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/zucchini-pancakes-with-corn-sour-cream_2829-11054.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/zucchini-pancakes-with-corn-sour-cream_2829-11054.jpg"
mediaAnimation="blur-reveal"
/>
</div>
@@ -83,7 +70,7 @@ export default function LandingPage() {
description="Since our humble beginnings, STAR ROCK has been committed to sourcing the finest local ingredients to craft dishes that honor tradition while embracing innovation."
subdescription="Our cafe and restaurant bridge the gap between casual comfort and fine culinary art."
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/chef-recording-detailed-cooking-demonstration-vlog-tutorial_482257-121188.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/chef-recording-detailed-cooking-demonstration-vlog-tutorial_482257-121188.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -95,28 +82,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Farm to Table",
description: "Fresh, seasonal local produce.",
bentoComponent: "reveal-icon",
icon: Leaf,
imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-vegetables_23-2147694145.jpg",
imageAlt: "fresh healthy organic ingredients culinary",
title: "Farm to Table", description: "Fresh, seasonal local produce.", bentoComponent: "reveal-icon", icon: Leaf
},
{
title: "Expert Craft",
description: "Trained master baristas.",
bentoComponent: "reveal-icon",
icon: Coffee,
imageSrc: "http://img.b2bpic.net/free-photo/zucchini-pancakes-with-corn-sour-cream_2829-11054.jpg?_wi=2",
imageAlt: "fresh healthy organic ingredients culinary",
title: "Expert Craft", description: "Trained master baristas.", bentoComponent: "reveal-icon", icon: Coffee
},
{
title: "Warm Ambiance",
description: "Atmosphere for everyone.",
bentoComponent: "reveal-icon",
icon: Home,
imageSrc: "http://img.b2bpic.net/free-photo/chef-recording-detailed-cooking-demonstration-vlog-tutorial_482257-121188.jpg?_wi=2",
imageAlt: "fresh healthy organic ingredients culinary",
title: "Warm Ambiance", description: "Atmosphere for everyone.", bentoComponent: "reveal-icon", icon: Home
},
]}
title="Why STAR ROCK?"
@@ -132,41 +104,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Prime Wagyu Steak",
price: "$45",
imageSrc: "http://img.b2bpic.net/free-photo/juicy-grilled-steak-with-rosemary-spices-dipping-sauce_84443-72351.jpg",
},
id: "1", name: "Prime Wagyu Steak", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/juicy-grilled-steak-with-rosemary-spices-dipping-sauce_84443-72351.jpg"},
{
id: "2",
name: "Artisan Sourdough",
price: "$8",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg",
},
id: "2", name: "Artisan Sourdough", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg"},
{
id: "3",
name: "Signature Latte",
price: "$6",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354579.jpg",
},
id: "3", name: "Signature Latte", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354579.jpg"},
{
id: "4",
name: "Truffle Pasta",
price: "$28",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-pasta-with-mussels-fork_23-2148234880.jpg",
},
id: "4", name: "Truffle Pasta", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-pasta-with-mussels-fork_23-2148234880.jpg"},
{
id: "5",
name: "Garden Harvest Salad",
price: "$15",
imageSrc: "http://img.b2bpic.net/free-photo/choban-salad-with-cucumber-tomato-greens-lettuce_141793-17429.jpg",
},
id: "5", name: "Garden Harvest Salad", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/choban-salad-with-cucumber-tomato-greens-lettuce_141793-17429.jpg"},
{
id: "6",
name: "Midnight Lava Cake",
price: "$12",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-roll-with-raspberry-jam-butter-cream_114579-53094.jpg",
},
id: "6", name: "Midnight Lava Cake", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-roll-with-raspberry-jam-butter-cream_114579-53094.jpg"},
]}
title="Our Signature Selection"
description="Explore our chef's daily curated menu highlights."
@@ -180,20 +128,11 @@ export default function LandingPage() {
tag="Milestones"
metrics={[
{
id: "m1",
value: "10k+",
description: "Satisfied Customers",
},
id: "m1", value: "10k+", description: "Satisfied Customers"},
{
id: "m2",
value: "500+",
description: "Menu Creations",
},
id: "m2", value: "500+", description: "Menu Creations"},
{
id: "m3",
value: "24/7",
description: "Quality Passion",
},
id: "m3", value: "24/7", description: "Quality Passion"},
]}
metricsAnimation="slide-up"
/>
@@ -207,25 +146,15 @@ export default function LandingPage() {
author="Marcus Thorne"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/smiling-man-hugging-cheerful-woman-table_23-2148024475.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/smiling-man-hugging-cheerful-woman-table_23-2148024475.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/romantic-asian-woman-sitting-with-book-cafe-eating-croissant-drinking-coffee-reading-smil_1258-124839.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/romantic-asian-woman-sitting-with-book-cafe-eating-croissant-drinking-coffee-reading-smil_1258-124839.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33728.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33728.jpg", alt: "Customer 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -238,20 +167,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you accept reservations?",
content: "Yes, we accept bookings for dinner service.",
},
id: "f1", title: "Do you accept reservations?", content: "Yes, we accept bookings for dinner service."},
{
id: "f2",
title: "Are vegan options available?",
content: "We offer a wide range of plant-based dishes.",
},
id: "f2", title: "Are vegan options available?", content: "We offer a wide range of plant-based dishes."},
{
id: "f3",
title: "Is the cafe open all day?",
content: "Our cafe serves from 7 AM daily.",
},
id: "f3", title: "Is the cafe open all day?", content: "Our cafe serves from 7 AM daily."},
]}
title="Common Questions"
description="Have questions about our cafe or reservation policy?"
@@ -263,8 +183,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contact Us"
title="Visit Us Today"
description="Join the STAR ROCK family. Sign up for our newsletter to get seasonal menu alerts."
@@ -278,29 +197,19 @@ export default function LandingPage() {
logoText="STAR ROCK"
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Reserve",
href: "#contact",
},
label: "Reserve", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}