3 Commits

Author SHA1 Message Date
ec6cfc23bd Update src/app/styles/variables.css 2026-04-24 08:32:36 +00:00
94f8b2bd68 Update src/app/page.tsx 2026-04-24 08:32:36 +00:00
b2a197694d Merge version_1 into main
Merge version_1 into main
2026-04-24 08:31:30 +00:00
2 changed files with 27 additions and 31 deletions

View File

@@ -137,14 +137,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1", value: "15+", title: "Years Baking", description: "Serving the community since 2008.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-worker-uniform-carrying-shelves-with-croissant-bakery_23-2148189031.jpg"},
id: "m1", value: "15+", title: "Years Baking", description: "Our journey started with a single oven and a passion for sourdough.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-worker-uniform-carrying-shelves-with-croissant-bakery_23-2148189031.jpg"},
{
id: "m2", value: "50+", title: "Sourced Ingredients", description: "From local independent farmers.", imageSrc: "http://img.b2bpic.net/free-photo/round-rye-bread-wooden-tray_114579-5219.jpg"},
id: "m2", value: "50+", title: "Local Partners", description: "Building strong relationships with independent farmers and suppliers.", imageSrc: "http://img.b2bpic.net/free-photo/round-rye-bread-wooden-tray_114579-5219.jpg"},
{
id: "m3", value: "10k+", title: "Bread Loaves", description: "Baked to perfection yearly.", imageSrc: "http://img.b2bpic.net/free-photo/adult-person-interacting-with-futuristic-delivery-robot_23-2151211038.jpg"},
id: "m3", value: "10k+", title: "Daily Treats", description: "Serving our community with smiles and fresh baked joy.", imageSrc: "http://img.b2bpic.net/free-photo/adult-person-interacting-with-futuristic-delivery-robot_23-2151211038.jpg"},
]}
title="Bakery Excellence"
description="Our numbers reflect our passion."
title="Our Bakery Milestones"
description="Years of hard work, locally sourced quality, and happy customers."
/>
</div>
@@ -155,18 +155,14 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Jane Doe", role: "Foodie", testimonial: "Best sourdough in the city, hands down!", imageSrc: "http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985065.jpg"},
id: "t1", name: "Jane Doe", role: "Neighborhood Foodie", testimonial: "Best sourdough in the city! Its my weekend staple.", imageSrc: "http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985065.jpg"},
{
id: "t2", name: "John Smith", role: "Local Resident", testimonial: "Fresh pastries are a daily essential.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-fresh-bread_23-2148454537.jpg"},
id: "t2", name: "John Smith", role: "Loyal Regular", testimonial: "I grab a fresh croissant every morning. Simply divine.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-fresh-bread_23-2148454537.jpg"},
{
id: "t3", name: "Alice Wong", role: "Parent", testimonial: "Kids love the cinnamon swirls here.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-baker-serving-pastry-cake-customer_23-2148028043.jpg"},
{
id: "t4", name: "Robert Brown", role: "Chef", testimonial: "The quality is simply unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-eclairs-bakery-counter_23-2148189123.jpg"},
{
id: "t5", name: "Emily Davis", role: "Office Worker", testimonial: "Perfect morning croissant every time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-shows-ok-sign-lady-with-toothy-smile-has-happy-facial-expression_176532-9175.jpg"},
id: "t3", name: "Alice Wong", role: "Happy Parent", testimonial: "My kids are obsessed with their cinnamon swirls. The best treat.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-baker-serving-pastry-cake-customer_23-2148028043.jpg"},
]}
title="Loved by Our Customers"
description="Hear what our local community says about our bakery."
title="Voices of Our Community"
description="Real love stories from our loyal bakery fans."
/>
</div>
@@ -176,14 +172,14 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1", title: "Do you offer wholesale?", content: "Yes, we work with local cafes and restaurants."},
id: "q1", title: "Do you offer custom cakes?", content: "Yes! We specialize in custom artisanal cakes for your special occasions. Contact us two weeks in advance."},
{
id: "q2", title: "Are your ingredients organic?", content: "We prioritize organic and local sustainable sourcing."},
id: "q2", title: "Are your breads vegan?", content: "Most of our sourdough and rustic breads are vegan-friendly. Ask us about specific ingredients."},
{
id: "q3", title: "How early can I pre-order?", content: "Please pre-order at least 24 hours in advance."},
id: "q3", title: "Do you host baking workshops?", content: "We host monthly artisan bread workshops for beginners. Check our social media for schedules."},
]}
title="Frequently Asked Questions"
description="Have questions about our baking process?"
description="Everything you need to know about our oven-fresh delights."
faqsAnimation="slide-up"
/>
</div>
@@ -193,10 +189,10 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "gradient-bars"}}
text="Have questions or want to place a large order? Stop by the shop or call us anytime."
text="Ready to taste the freshness? Order your daily bread or drop by our bakery for a coffee and treat."
buttons={[
{
text: "Contact Us", href: "mailto:hello@sweetcrust.bakery"},
text: "Get in Touch", href: "mailto:hello@sweetcrust.bakery"},
]}
/>
</div>
@@ -207,21 +203,21 @@ export default function LandingPage() {
{
items: [
{
label: "About Us", href: "#about"},
label: "Our Story", href: "#about"},
{
label: "Products", href: "#products"},
label: "Shop Products", href: "#products"},
],
},
{
items: [
{
label: "Contact", href: "#contact"},
label: "Order Wholesale", href: "#contact"},
{
label: "Privacy Policy", href: "#"},
label: "Privacy Terms", href: "#"},
],
},
]}
logoText="Sweet Crust"
logoText="Sweet Crust Bakery"
/>
</div>
</ReactLenis>

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta: #efe7dd;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--accent: #94877c;
--background-accent: #afa094;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);