2 Commits

Author SHA1 Message Date
b0e75f09ee Update src/app/styles/variables.css 2026-06-04 18:13:26 +00:00
2b719bf996 Update src/app/page.tsx 2026-06-04 18:13:25 +00:00
2 changed files with 22 additions and 44 deletions

View File

@@ -5,7 +5,6 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import HeroCentered from '@/components/sections/hero/HeroCentered';
import SplitAbout from '@/components/sections/about/SplitAbout';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactText from '@/components/sections/contact/ContactText';
@@ -17,14 +16,14 @@ export default function Page() {
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="mediumLarge"
sizing="mediumLarge"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="light"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="soft-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
headingFontWeight="semibold"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
@@ -33,7 +32,6 @@ export default function Page() {
{ name: "Home", id: "#hero" },
{ name: "About Us", id: "#about" },
{ name: "Specialties", id: "#specialties-features" },
{ name: "Menu", id: "#menu" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" }
]}
@@ -54,8 +52,7 @@ export default function Page() {
]}
avatarText="Rated 4.3/5 by 232+ customers"
buttons={[
{ text: "Order a Cake", href: "#contact" },
{ text: "View Our Menu", href: "#menu" }
{ text: "Order a Cake", href: "#contact" }
]}
/>
</div>
@@ -92,24 +89,6 @@ export default function Page() {
/>
</div>
<div id="menu" data-section="menu">
<ProductCardThree
title="Our Popular Treats"
description="Explore our most loved creations, from festive custom cakes to daily baked breads and savory pastries, crafted with authentic recipes and care."
products={[
{ id: "p1", name: "Tres Leches Cake with Mixed Fruit", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-cream-cake-with-fruits-candies-black_140725-104679.jpg", imageAlt: "Tres Leches Cake with Mixed Fruit" },
{ id: "p2", name: "Assorted Pan Dulce", price: "$15.00 / dozen", imageSrc: "http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-55037.jpg", imageAlt: "Assorted Pan Dulce" },
{ id: "p3", name: "Traditional Conchas", price: "$2.50 / each", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastries-with-kernels-wooden-board-with-various-nuts_114579-50444.jpg", imageAlt: "Traditional Conchas" },
{ id: "p4", name: "Seasonal Fruit Pie", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/slice-delicious-tart-with-flower_23-2147802421.jpg", imageAlt: "Seasonal Fruit Pie" },
{ id: "p5", name: "Chocolate Pastries", price: "$4.00 / each", imageSrc: "http://img.b2bpic.net/free-photo/sweet-croissants-arrangement-close-up_23-2148654027.jpg", imageAlt: "Chocolate Pastry" },
{ id: "p6", name: "Custom Designed Cake", price: "Starting at $80.00", imageSrc: "http://img.b2bpic.net/free-photo/tired-birthday-cake-with-candles-form-number-17_1304-4711.jpg", imageAlt: "Custom Designed Cake" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
/>
</div>
<div id="promise-metrics" data-section="promise-metrics">
<MetricCardSeven
@@ -145,11 +124,10 @@ export default function Page() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to experience the authentic flavors of Xelapan Bakery? Contact us today to place your custom cake order, inquire about our daily specials, or simply share your feedback. Call Us Today: (Your Phone Number) 📍 Xelapan Bakery 🕒 Fresh Bread Daily 📧 info@xelapanbakery.com"
text="Ready to experience the authentic flavors of Xelapan Bakery? Contact us today to place your custom cake order, inquire about our daily specials, or simply share your feedback. Call Us Today: +1 401-724-0890 📍 904 Lonsdale Ave, Central Falls, RI 02863, United States 🕒 Fresh Bread Daily 📧 info@xelapanbakery.com"
animationType="entrance-slide"
buttons={[
{ text: "Request a Custom Cake", href: "#" },
{ text: "View Our Menu", href: "#menu" }
{ text: "Request a Custom Cake", href: "#" }
]}
background={{"variant":"plain"}}
useInvertedBackground={false}
@@ -160,9 +138,9 @@ export default function Page() {
<FooterBase
logoText="Xelapan Bakery"
columns={[
{ title: "Products", items: [{ label: "Custom Cakes", href: "#menu" }, { label: "Fresh Bread", href: "#menu" }, { label: "Pastries", href: "#menu" }] },
{ title: "Products", items: [{ label: "Custom Cakes" }, { label: "Fresh Bread" }, { label: "Pastries" }] },
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Our Promise", href: "#promise-metrics" }, { label: "Testimonials", href: "#testimonials" }] },
{ title: "Follow Us", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "TikTok", href: "#" }] }
{ title: "Follow Us", items: [{ label: "TikTok", href: "#" }] }
]}
copyrightText="© 2024 Xelapan Bakery | Authentic Baking. Fresh Every Day."
/>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--primary-cta-text: #fcf6ec;
--secondary-cta: #ffffff;
--secondary-cta-text: #2e2521;
--accent: #b2a28b;
--background-accent: #b2a28b;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);