12 Commits

Author SHA1 Message Date
1cccf78e41 Update src/app/page.tsx 2026-04-08 02:12:54 +00:00
e4358312dd Update src/app/page.tsx 2026-04-07 18:43:18 +00:00
6a00a498b5 Update src/app/page.tsx 2026-04-07 18:42:51 +00:00
582a987f92 Update src/app/page.tsx 2026-04-07 18:42:15 +00:00
ad519dc450 Update src/app/about/page.tsx 2026-04-07 18:42:15 +00:00
145364d242 Merge version_3 into main
Merge version_3 into main
2026-04-07 18:40:38 +00:00
e1a41a0acd Merge version_3 into main
Merge version_3 into main
2026-04-07 18:39:27 +00:00
e66d474b60 Merge version_3 into main
Merge version_3 into main
2026-04-07 18:39:20 +00:00
66a203ef5e Merge version_3 into main
Merge version_3 into main
2026-04-07 18:38:44 +00:00
03932c0664 Merge version_3 into main
Merge version_3 into main
2026-04-07 18:27:02 +00:00
922e9483d3 Merge version_3 into main
Merge version_3 into main
2026-04-07 05:10:28 +00:00
f72809f915 Merge version_3 into main
Merge version_3 into main
2026-04-07 05:01:40 +00:00
2 changed files with 16 additions and 32 deletions

View File

@@ -26,13 +26,9 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "About", name: "About", id: "/about"},
id: "/about",
},
]} ]}
brandName="Tess's Kitchen" brandName="Tess's Kitchen"
/> />
@@ -42,6 +38,7 @@ export default function LandingPage() {
<MediaAbout <MediaAbout
useInvertedBackground={false} useInvertedBackground={false}
title="Our Story" title="Our Story"
titleClassName="text-5xl md:text-7xl lg:text-8xl"
description="At Tesss Kitchen, every recipe is inspired by Filipino tradition, family gatherings, and the joy of sharing food. Tess started baking in her small kusina, sharing her creations with friends and family before turning her passion into a beloved local bakery." description="At Tesss Kitchen, every recipe is inspired by Filipino tradition, family gatherings, and the joy of sharing food. Tess started baking in her small kusina, sharing her creations with friends and family before turning her passion into a beloved local bakery."
imageSrc="http://img.b2bpic.net/free-photo/happy-family-brunette-female-handsome-male-fleece-shirt-cute-little-girl-cooking-food-home-kitchen_613910-14639.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/happy-family-brunette-female-handsome-male-fleece-shirt-cute-little-girl-cooking-food-home-kitchen_613910-14639.jpg?_wi=2"
imageAlt="Tess in her kitchen" imageAlt="Tess in her kitchen"
@@ -52,16 +49,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
tag="Ready to order?" tag="Ready to order?"
title="Order for your next handaan!" title="Order for your next handaan!"
description="Send us a message to reserve your favorite treats for your upcoming celebrations." description="Send us a message to reserve your favorite treats for your upcoming celebrations."
buttons={[ buttons={[
{ {
text: "Contact Us", text: "Contact Us", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -70,29 +64,19 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Tess's Kitchen", title: "Tess's Kitchen", items: [
items: [
{ {
label: "Home", label: "Home", href: "/"},
href: "/",
},
{ {
label: "About", label: "About", href: "/about"},
href: "/about",
},
], ],
}, },
{ {
title: "Follow Us", title: "Follow Us", items: [
items: [
{ {
label: "Facebook", label: "Facebook", href: "#"},
href: "#",
},
{ {
label: "Instagram", label: "Instagram", href: "#"},
href: "#",
},
], ],
}, },
]} ]}

View File

@@ -40,14 +40,14 @@ export default function LandingPage() {
background={{ background={{
variant: "gradient-bars"}} variant: "gradient-bars"}}
title="Freshly Baked Filipino Favorites, Made with Love" title="Freshly Baked Filipino Favorites, Made with Love"
description="Bringing the taste of home to your table—one bite at a time." description=" located at 1348 E Florence Blvd #2, Casa Grande, AZ 85122"
leftCarouselItems={[ leftCarouselItems={[
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586028607-z6btk7tk.jpg", imageAlt: "Fresh bread 1"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586028607-z6btk7tk.jpg", imageAlt: "Fresh bread 1"},
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586039770-weby0sj9.jpg", imageAlt: "Ube cake"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586039770-weby0sj9.jpg?_wi=1", imageAlt: "Ube cake"},
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586039770-weby0sj9.jpg", imageAlt: "Pandesal"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586039770-weby0sj9.jpg?_wi=2", imageAlt: "Pandesal"},
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586004740-pvx21mrg.jpg", imageAlt: "Ensaymada"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586004740-pvx21mrg.jpg", imageAlt: "Ensaymada"},
{ {