Compare commits

..

8 Commits

Author SHA1 Message Date
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 10 additions and 8 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

@@ -11,7 +11,7 @@
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f7f6f7; --background: #f7f6f7;
--card: #ffffff; --card: #993b59;
--foreground: #250c0d; --foreground: #250c0d;
--primary-cta: #b82b40; --primary-cta: #b82b40;
--primary-cta-text: #f7f6f7; --primary-cta-text: #f7f6f7;