15 Commits

Author SHA1 Message Date
74f9e0dd32 Update src/app/page.tsx 2026-01-22 21:36:16 +00:00
7770e7a635 Update src/app/layout.tsx 2026-01-22 21:36:15 +00:00
72d36b02f1 Update src/app/globals.css 2026-01-22 21:36:15 +00:00
68c845819e Update src/app/blog/page.tsx 2026-01-22 21:36:14 +00:00
fd67c21585 Update src/app/page.tsx 2026-01-22 21:25:39 +00:00
57339e1283 Update src/app/page.tsx 2026-01-22 21:22:54 +00:00
8b74461d63 Update src/app/layout.tsx 2026-01-22 21:22:54 +00:00
c2352e4335 Update src/app/blog/page.tsx 2026-01-22 21:22:53 +00:00
2a41d00355 Update src/app/page.tsx 2026-01-22 21:13:41 +00:00
865322d11b Update src/app/globals.css 2026-01-22 20:29:11 +00:00
f28053abdf Update src/app/globals.css 2026-01-22 20:08:01 +00:00
e44590f35f Update src/app/page.tsx 2026-01-22 20:03:31 +00:00
4529946709 Update src/app/layout.tsx 2026-01-22 20:03:30 +00:00
c1c0036787 Update src/app/globals.css 2026-01-22 20:03:29 +00:00
f72840b748 Update src/app/blog/page.tsx 2026-01-22 20:03:28 +00:00
4 changed files with 22 additions and 21 deletions

View File

@@ -79,7 +79,8 @@ export default function BlogPage() {
const url = `${apiUrl}/posts/${projectId}?status=published`;
const response = await fetch(url, {
method: "GET", headers: {
"Content-Type": "application/json"},
"Content-Type": "application/json"
},
});
if (response.ok) {
@@ -152,7 +153,7 @@ export default function BlogPage() {
)}
<FooterMedia
imageSrc="asset://bakery-storefront"
imageSrc="https://img.b2bpic.net/free-photo/delicious-donut-shop-ai-generated_23-2150694732.jpg"
imageAlt="Artisan Bakery storefront"
logoText="Artisan Bakery"
copyrightText="© 2025 Artisan Bakery. All rights reserved."

View File

@@ -4,21 +4,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #fcf6ec;;
--card: #f3ede2;;
--foreground: #2e2521;;
--primary-cta: #2e2521;;
/* --background: #fafffb;;
--card: #f7fffa;;
--foreground: #001a0a;;
--primary-cta: #0a7039;;
--secondary-cta: #ffffff;;
--accent: #b2a28b;;
--background-accent: #b2a28b;; */
--accent: #a8d9be;;
--background-accent: #6bbf8e;; */
--background: #fcf6ec;;
--card: #f3ede2;;
--foreground: #2e2521;;
--primary-cta: #2e2521;;
--background: #fafffb;;
--card: #f7fffa;;
--foreground: #001a0a;;
--primary-cta: #0a7039;;
--secondary-cta: #ffffff;;
--accent: #b2a28b;;
--background-accent: #b2a28b;;
--accent: #a8d9be;;
--background-accent: #6bbf8e;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -66,7 +66,7 @@ export default function LandingPage() {
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-croissants-jam_23-2148243510.jpg", imageAlt: "Decadent chocolate cake"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/delicious-donut-shop-ai-generated_23-2150694732.jpg", imageAlt: "Cozy bakery storefront"
imageSrc: "https://img.b2bpic.net/free-photo/different-types-bread-made-from-wheat-flour_140725-5648.jpg?id=7220003", imageAlt: "Cozy bakery storefront"
}
]}
/>
@@ -96,8 +96,8 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardTwo
title="Our Signature Products"
description="Discover our most loved creations, each one crafted with care and the finest ingredients"
title="aaaaaaaaaaaa"
description="bbbbbbbbb"
products={[
{
id: "1", brand: "Classic Selection", name: "Butter Croissants", price: "$4.99", rating: 5,