Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73f469e0c3 | |||
| 9c45a4a6c2 | |||
| 3bf43eaff7 | |||
| c905d48e24 | |||
| 9e2672834a | |||
| 767b7d030c |
@@ -53,21 +53,13 @@ export default function LandingPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Now", href: "#products-section", dataWebildId: "hero_shop_btn" },
|
{ label: "Shop Now", href: "#products-section", dataWebildId: "hero_billboard_shop_btn" },
|
||||||
{ text: "View Menu", href: "#menu-section", dataWebildId: "hero_menu_btn" }
|
{ label: "View Menu", href: "#menu-section", dataWebildId: "hero_billboard_menu_btn" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg"
|
||||||
imageAlt="artisan bakery showcase with fresh baked goods"
|
imageAlt="artisan bakery showcase with fresh baked goods"
|
||||||
mediaAnimation="fade-in"
|
mediaAnimation="fade-in"
|
||||||
marqueeItems={[
|
|
||||||
{ text: "Sourdough", icon: Sparkles },
|
|
||||||
{ text: "Croissants", icon: Sparkles },
|
|
||||||
{ text: "Seasonal Pastries", icon: Sparkles },
|
|
||||||
{ text: "Custom Orders", icon: Sparkles }
|
|
||||||
]}
|
|
||||||
marqueeSpeed={40}
|
|
||||||
showMarqueeCard={true}
|
|
||||||
ariaLabel="Hero section for artisan bakery featuring fresh baked goods"
|
ariaLabel="Hero section for artisan bakery featuring fresh baked goods"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f7f6f7;;
|
/* --background: #ffffff;;;;
|
||||||
--card: #fff8f3;;
|
--card: #f9f9f9;;;;
|
||||||
--foreground: #2d1810;;
|
--foreground: #120a00e6;;;;
|
||||||
--primary-cta: #ff6b35;;
|
--primary-cta: #FF7B05;;;;
|
||||||
--secondary-cta: #ffe5d9;;
|
--secondary-cta: #f9f9f9;;;;
|
||||||
--accent: #ffb84d;;
|
--accent: #e2e2e2;;;;
|
||||||
--background-accent: #ffa366;; */
|
--background-accent: #FF7B05;;;; */
|
||||||
|
|
||||||
--background: #fff0e6;;
|
--background: #ffffff;;;;
|
||||||
--card: #fff8f3;;
|
--card: #f9f9f9;;;;
|
||||||
--foreground: #2d1810;;
|
--foreground: #120a00e6;;;;
|
||||||
--primary-cta: #ff6b35;;
|
--primary-cta: #FF7B05;;;;
|
||||||
--primary-cta-text: #f7f6f7;;
|
--primary-cta-text: #f7f6f7;;
|
||||||
--secondary-cta: #ffe5d9;;
|
--secondary-cta: #f9f9f9;;;;
|
||||||
--secondary-cta-text: #0c1325;;
|
--secondary-cta-text: #0c1325;;
|
||||||
--accent: #ffb84d;;
|
--accent: #e2e2e2;;;;
|
||||||
--background-accent: #ffa366;;
|
--background-accent: #FF7B05;;;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user