46 Commits

Author SHA1 Message Date
6356bc1763 Merge version_13 into main
Merge version_13 into main
2026-04-10 01:44:12 +00:00
feb661ed54 Update src/app/page.tsx 2026-04-10 01:44:09 +00:00
1164806441 Switch to version 13: modified src/app/page.tsx 2026-04-10 01:42:27 +00:00
2b77ea600f Switch to version 13: modified src/app/contact/page.tsx 2026-04-10 01:42:27 +00:00
35c8c7394f Switch to version 13: modified src/app/about/page.tsx 2026-04-10 01:42:26 +00:00
6194486d2b Merge version_14 into main
Merge version_14 into main
2026-04-10 00:03:43 +00:00
659f169720 Update src/app/page.tsx 2026-04-10 00:03:37 +00:00
bb6388caf4 Merge version_14 into main
Merge version_14 into main
2026-04-09 23:58:43 +00:00
f26ab10e9d Update src/app/contact/page.tsx 2026-04-09 23:58:40 +00:00
af3c74a908 Update src/app/about/page.tsx 2026-04-09 23:58:39 +00:00
947fa1ef4d Merge version_13 into main
Merge version_13 into main
2026-04-09 23:55:45 +00:00
bf599b09e5 Update src/app/products/page.tsx 2026-04-09 23:55:38 +00:00
29f65df7df Update src/app/page.tsx 2026-04-09 23:55:38 +00:00
9a93be62c9 Merge version_12 into main
Merge version_12 into main
2026-04-09 23:54:09 +00:00
176e4e45a3 Update src/app/products/page.tsx 2026-04-09 23:54:06 +00:00
c8fb5b4abe Merge version_12 into main
Merge version_12 into main
2026-04-09 23:53:39 +00:00
6032eaa0e9 Update src/app/products/page.tsx 2026-04-09 23:53:36 +00:00
bcc46f92ee Merge version_12 into main
Merge version_12 into main
2026-04-09 23:52:00 +00:00
5de4ed6cbf Update src/app/products/page.tsx 2026-04-09 23:51:56 +00:00
fc5e9699fe Merge version_12 into main
Merge version_12 into main
2026-04-09 23:51:23 +00:00
339aef3441 Update src/app/products/page.tsx 2026-04-09 23:51:17 +00:00
82567cf444 Merge version_12 into main
Merge version_12 into main
2026-04-09 23:28:07 +00:00
f3736ce685 Update src/app/products/page.tsx 2026-04-09 23:28:04 +00:00
28730b907d Update src/app/page.tsx 2026-04-09 23:28:03 +00:00
810fcd2320 Update src/app/about/page.tsx 2026-04-09 23:28:03 +00:00
994a244630 Merge version_11 into main
Merge version_11 into main
2026-04-09 02:31:59 +00:00
0680d5239c Update src/app/contact/page.tsx 2026-04-09 02:31:56 +00:00
43712616b6 Switch to version 10: modified src/app/contact/page.tsx 2026-04-09 02:30:35 +00:00
4acd5e94d4 Switch to version 9: modified src/app/contact/page.tsx 2026-04-09 02:30:31 +00:00
0b4470da29 Merge version_10 into main
Merge version_10 into main
2026-04-09 02:22:10 +00:00
046fed12f8 Update src/app/contact/page.tsx 2026-04-09 02:22:07 +00:00
532276f363 Merge version_9 into main
Merge version_9 into main
2026-04-09 02:18:28 +00:00
7e3ed6a44e Update src/app/contact/page.tsx 2026-04-09 02:18:25 +00:00
a94628a334 Merge version_7 into main
Merge version_7 into main
2026-04-09 02:12:10 +00:00
0d90586c41 Update src/app/contact/page.tsx 2026-04-09 02:12:07 +00:00
9c3a9913bf Merge version_6 into main
Merge version_6 into main
2026-04-09 02:09:54 +00:00
8ed4cac06e Update src/app/about/page.tsx 2026-04-09 02:09:47 +00:00
caf7039370 Merge version_6 into main
Merge version_6 into main
2026-04-09 02:08:12 +00:00
13789ce75b Update src/app/contact/page.tsx 2026-04-09 02:08:06 +00:00
6afeebea35 Merge version_6 into main
Merge version_6 into main
2026-04-09 02:07:43 +00:00
e0e93e5916 Update src/app/products/page.tsx 2026-04-09 02:07:40 +00:00
0f547da14b Update src/app/page.tsx 2026-04-09 02:07:40 +00:00
b73c5eca2c Add src/app/contact/page.tsx 2026-04-09 02:07:39 +00:00
3be89ac3ff Update src/app/about/page.tsx 2026-04-09 02:07:39 +00:00
c510f3949f Merge version_5 into main
Merge version_5 into main
2026-04-09 02:04:57 +00:00
00c7788154 Merge version_5 into main
Merge version_5 into main
2026-04-09 02:04:30 +00:00
4 changed files with 91 additions and 8 deletions

View File

@@ -28,6 +28,7 @@ export default function AboutPage() {
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "/about" }, { name: "About", id: "/about" },
{ name: "Products", id: "/products" }, { name: "Products", id: "/products" },
{ name: "Contact", id: "/contact" },
]} ]}
brandName="Tess's Kitchen" brandName="Tess's Kitchen"
/> />
@@ -38,7 +39,7 @@ export default function AboutPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Our Story" title="Our Story"
titleClassName="text-5xl md:text-7xl lg:text-8xl" 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 home kitchen , 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"
/> />
@@ -51,7 +52,7 @@ export default function AboutPage() {
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={[{ text: "Contact Us", href: "#" }]} buttons={[{ text: "Contact Us", href: "/contact" }]}
/> />
</div> </div>
@@ -63,6 +64,7 @@ export default function AboutPage() {
{ label: "Home", href: "/" }, { label: "Home", href: "/" },
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Products", href: "/products" }, { label: "Products", href: "/products" },
{ label: "Contact", href: "/contact" },
], ],
}, },
{ {
@@ -79,4 +81,4 @@ export default function AboutPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

77
src/app/contact/page.tsx Normal file
View File

@@ -0,0 +1,77 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ContactCTA from '@/components/sections/contact/ContactCTA';
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="small"
sizing="mediumLarge"
background="grid"
cardStyle="glass-depth"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Products", id: "/products" },
{ name: "Contact", id: "/contact" },
]}
brandName="Tess's Kitchen"
/>
</div>
<div id="contact-cta" data-section="contact-cta">
<ContactCTA
useInvertedBackground={true}
background={{ variant: "radial-gradient" }}
tag="Order Now"
title="Hi! This is Tesss Kitchen 🍽️"
description="You can text this number anytime to: 520-252-2004
• Ask questions about the menu
• Place an order
• Check availability or specials
Just send us a message with what you need, and well get back to you as soon as possible. Looking forward to serving you! 😊"
buttons={[{ text: "Text Us Now", href: "sms:5202522004" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Tess's Kitchen", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Products", href: "/products" },
{ label: "Contact", href: "/contact" },
],
},
{
title: "Follow Us", items: [
{ label: "Facebook", href: "#" },
{ label: "Instagram", href: "#" },
],
},
]}
bottomLeftText="© 2024 Tess's Kitchen"
bottomRightText="All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -29,6 +29,7 @@ export default function LandingPage() {
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "/about" }, { name: "About", id: "/about" },
{ name: "Products", id: "/products" }, { name: "Products", id: "/products" },
{ name: "Contact", id: "/contact" },
]} ]}
brandName="Tess's Kitchen" brandName="Tess's Kitchen"
/> />
@@ -54,7 +55,7 @@ export default function LandingPage() {
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586294245-nz1ypegd.jpg", imageAlt: "Ube cake 2" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586294245-nz1ypegd.jpg", imageAlt: "Ube cake 2" },
]} ]}
buttons={[ buttons={[
{ text: "Order Now", href: "#" }, { text: "Order Now", href: "/contact" },
{ text: "View Products", href: "/products" }, { text: "View Products", href: "/products" },
]} ]}
avatars={[ avatars={[
@@ -87,7 +88,7 @@ export default function LandingPage() {
{ id: "3", brand: "Te", name: "binikal ", price: "", rating: 5, reviewCount: "180", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586221711-ylae7pax.jpg?_wi=1" }, { id: "3", brand: "Te", name: "binikal ", price: "", rating: 5, reviewCount: "180", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586221711-ylae7pax.jpg?_wi=1" },
{ id: "4", brand: "Te", name: "spanish bread ", price: "", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586235577-pshybbnc.jpg?_wi=1" }, { id: "4", brand: "Te", name: "spanish bread ", price: "", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586235577-pshybbnc.jpg?_wi=1" },
{ id: "5", brand: "Te", name: "pan de coco ", price: "", rating: 5, reviewCount: "70", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587040882-mwwctuhy.jpg?_wi=1" }, { id: "5", brand: "Te", name: "pan de coco ", price: "", rating: 5, reviewCount: "70", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587040882-mwwctuhy.jpg?_wi=1" },
{ id: "6", brand: "Te", name: "", price: "", rating: 5, reviewCount: "110", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587072572-mo8869xa.jpg?_wi=1" }, { id: "6", brand: "Te", name: "New Treat 1", price: "", rating: 5, reviewCount: "110", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775785440808-apd87yfk.jpg" },
]} ]}
title="Featured Favorites" title="Featured Favorites"
description="Try our signature baked goods!" description="Try our signature baked goods!"
@@ -119,6 +120,7 @@ export default function LandingPage() {
{ label: "Home", href: "/" }, { label: "Home", href: "/" },
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Products", href: "/products" }, { label: "Products", href: "/products" },
{ label: "Contact", href: "/contact" },
], ],
}, },
{ {

View File

@@ -27,6 +27,7 @@ export default function ProductsPage() {
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "/about" }, { name: "About", id: "/about" },
{ name: "Products", id: "/products" }, { name: "Products", id: "/products" },
{ name: "Contact", id: "/contact" },
]} ]}
brandName="Tess's Kitchen" brandName="Tess's Kitchen"
/> />
@@ -42,9 +43,9 @@ export default function ProductsPage() {
{ id: "1", brand: "Te", name: "pan de ube ", price: "", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586158443-y6cb1q81.jpg?_wi=2" }, { id: "1", brand: "Te", name: "pan de ube ", price: "", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586158443-y6cb1q81.jpg?_wi=2" },
{ id: "2", brand: "Te", name: "Pandesal (6pcs)", price: "", rating: 5, reviewCount: "250", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586183006-jrrzihd2.jpg?_wi=2" }, { id: "2", brand: "Te", name: "Pandesal (6pcs)", price: "", rating: 5, reviewCount: "250", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586183006-jrrzihd2.jpg?_wi=2" },
{ id: "3", brand: "Te", name: "binikal ", price: "", rating: 5, reviewCount: "180", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586221711-ylae7pax.jpg?_wi=2" }, { id: "3", brand: "Te", name: "binikal ", price: "", rating: 5, reviewCount: "180", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586221711-ylae7pax.jpg?_wi=2" },
{ id: "4", brand: "Te", name: "spanish bread ", price: "", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586235577-pshybbnc.jpg?_wi=2" }, { id: "4", brand: "Te", name: "spanish bread ", price: "", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775778710154-5sar64sd.jpg" },
{ id: "5", brand: "Te", name: "pan de coco ", price: "", rating: 5, reviewCount: "70", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587040882-mwwctuhy.jpg?_wi=2" }, { id: "5", brand: "Te", name: "pan de coco ", price: "", rating: 5, reviewCount: "70", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775778837591-rfdydezv.jpg" },
{ id: "6", brand: "Te", name: "", price: "", rating: 5, reviewCount: "110", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587072572-mo8869xa.jpg?_wi=2" }, { id: "6", brand: "Te", name: "New Item 1", price: "", rating: 5, reviewCount: "110", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775778600443-2ytdxmol.jpg" },
]} ]}
title="Our Products" title="Our Products"
description="Discover our full range of traditional Filipino baked treats." description="Discover our full range of traditional Filipino baked treats."
@@ -59,6 +60,7 @@ export default function ProductsPage() {
{ label: "Home", href: "/" }, { label: "Home", href: "/" },
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Products", href: "/products" }, { label: "Products", href: "/products" },
{ label: "Contact", href: "/contact" },
], ],
}, },
{ {