Compare commits

..

23 Commits

Author SHA1 Message Date
fc841b6494 Update theme colors 2026-04-17 04:48:08 +00:00
59d53d07a1 Update theme colors 2026-04-17 04:47:47 +00:00
00460d0f7f Update theme colors 2026-04-17 04:47:18 +00:00
d7f75c6451 Update theme colors 2026-04-17 04:47:07 +00:00
b38583dd43 Update theme colors 2026-04-17 04:46:12 +00:00
2255ae3ef9 Update theme colors 2026-04-17 04:45:56 +00:00
6a0fdffdf4 Update theme colors 2026-04-17 04:44:49 +00:00
423685163a Update theme colors 2026-04-17 04:44:27 +00:00
2989eb7e76 Update theme colors 2026-04-17 04:44:15 +00:00
b5b938a0bd Update theme colors 2026-04-17 04:43:59 +00:00
1159826185 Update theme colors 2026-04-17 04:43:28 +00:00
34b898f617 Update theme colors 2026-04-17 04:43:15 +00:00
2449801c9f Update theme colors 2026-04-17 04:42:53 +00:00
58e09dbb62 Update theme colors 2026-04-17 04:42:34 +00:00
039f11eedf Update theme colors 2026-04-17 04:42:17 +00:00
90180541de Update theme colors 2026-04-17 04:41:50 +00:00
2436062911 Update theme fonts 2026-04-17 04:38:25 +00:00
9ae81a6fb8 Update theme fonts 2026-04-17 04:38:25 +00:00
6ba236ee7c Update src/app/page.tsx 2026-04-17 04:29:08 +00:00
040979555d Update src/app/page.tsx 2026-04-17 04:26:40 +00:00
139ba13dde Update src/app/page.tsx 2026-04-17 04:22:37 +00:00
7fc5c553ed Update src/app/page.tsx 2026-04-17 04:22:10 +00:00
f122bb0fa8 Merge version_9 into main
Merge version_9 into main
2026-04-17 03:59:23 +00:00
3 changed files with 16 additions and 14 deletions

View File

@@ -27,6 +27,7 @@ export const metadata: Metadata = {
const libreBaskerville = Libre_Baskerville({ const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville", variable: "--font-libre-baskerville",
subsets: ["latin"], subsets: ["latin"],

View File

@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble'; import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSignup from '@/components/sections/hero/HeroSignup'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TextAbout from '@/components/sections/about/TextAbout'; import TextAbout from '@/components/sections/about/TextAbout';
@@ -40,13 +40,14 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSignup <HeroLogoBillboard
tag="Artisanal Bakery" logoText="Paris Croisserie "
title="Parisian Excellence in the Heart of Lubbock"
description="Experience the delicate crunch of authentic French-inspired pastries. Fresh, daily-baked, and waiting for you." description="Experience the delicate crunch of authentic French-inspired pastries. Fresh, daily-baked, and waiting for you."
buttons={[{ text: "Order Now", href: "#contact" }, { text: "Our Menu", href: "#services" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSEIQLBNEFKYS2Z8ImL4kpsrFT/uploaded-1776399649585-t9sw3y5r.png"
imageAlt="Artisanal pastries on display"
mediaAnimation="blur-reveal"
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
buttonText="Get Updates"
onSubmit={(email) => console.log(email)}
/> />
</div> </div>
@@ -57,7 +58,7 @@ export default function LandingPage() {
title="Daily Selections" title="Daily Selections"
description="Handcrafted classics made with premium ingredients to fuel your day." description="Handcrafted classics made with premium ingredients to fuel your day."
features={[ features={[
{ id: "1", tag: "Fresh", title: "Croissants & Pastries", description: "Buttery, flaky, and golden perfection.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-laeves-cinnamon-dried-oranges-dark-wooden-table-with-copy-space_140725-90858.jpg" }, { id: "1", tag: "Fresh", title: "Croissants & Pastries", description: "Buttery, flaky, and golden perfection.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-laeves-cinnamon-dried-oranges-dark-wooden-table-with-copy-space_140725-90858.jpg?_wi=2" },
{ id: "2", tag: "Roasted", title: "Coffee & Drinks", description: "Premium roasts that pair beautifully with every bite.", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2147.jpg" } { id: "2", tag: "Roasted", title: "Coffee & Drinks", description: "Premium roasts that pair beautifully with every bite.", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2147.jpg" }
]} ]}
useInvertedBackground={false} useInvertedBackground={false}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f7f6f7; --background: #e8eaed;
--card: #ffffff; --card: #e6c6cf;
--foreground: #250c0d; --foreground: #391617;
--primary-cta: #b82b40; --primary-cta: #bf224c;
--primary-cta-text: #f7f6f7; --primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff; --secondary-cta: #f1d5de;
--secondary-cta-text: #250c0d; --secondary-cta-text: #250c0d;
--accent: #b90941; --accent: #dfbfc9;
--background-accent: #e8a8b6; --background-accent: #bb8199;
/* 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);