Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-04 21:44:26 +00:00

View File

@@ -15,7 +15,11 @@ export default function Page() {
return (
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline navItems={navItems} brandName="Rocky's Cafe" />
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="Rocky's Cafe"
button={{ text: "View Menu", href: "#signature-dishes" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery background={{ variant: "sparkles-gradient" }} title="Rocky's Cafe" description="A cozy mountain breakfast worth waking up for. Tucked among the redwoods, we serve hearty, homemade breakfasts and lunches with the kind of warmth you can't fake." buttons={[{ text: "View Menu", href: "#signature-dishes" }, { text: "Get Directions", href: "#find-rockys" }]} mediaItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/outdoors-picnic-scenery-summertime_23-2151425852.jpg", imageAlt: "Rocky's Cafe Cabin" }, { imageSrc: "http://img.b2bpic.net/free-photo/freshly-made-pancakes-front-view_23-2148229166.jpg", imageAlt: "Fluffy Pancakes" }, { imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-with-bread-basket_140725-6277.jpg", imageAlt: "Eggs Benedict" }, { imageSrc: "http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943502.jpg", imageAlt: "Outdoor Seating" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-plate-with-chips-beer_23-2148754938.jpg", imageAlt: "Chicken Fried Steak" }]} mediaAnimation="slide-up" />