26 Commits

Author SHA1 Message Date
0615585693 Merge version_4 into main
Merge version_4 into main
2026-06-10 08:22:00 +00:00
f62aec64fc Update src/app/page.tsx 2026-06-10 08:21:57 +00:00
a37dbed90e Merge version_4 into main
Merge version_4 into main
2026-06-10 08:20:18 +00:00
b3a291dcd9 Update src/app/page.tsx 2026-06-10 08:20:12 +00:00
bdb0809250 Merge version_4 into main
Merge version_4 into main
2026-06-10 08:18:44 +00:00
6bd23812c0 Update src/app/page.tsx 2026-06-10 08:18:41 +00:00
c725c0febe Merge version_4 into main
Merge version_4 into main
2026-06-10 08:16:26 +00:00
ff392e75a2 Update src/app/page.tsx 2026-06-10 08:16:20 +00:00
45d06937a5 Merge version_4 into main
Merge version_4 into main
2026-06-10 08:14:14 +00:00
07e747bb0e Update src/app/page.tsx 2026-06-10 08:14:08 +00:00
7d6e8f6c17 Merge version_4 into main
Merge version_4 into main
2026-06-10 08:09:39 +00:00
e18c575cdc Update src/app/page.tsx 2026-06-10 08:09:32 +00:00
a6ebf7c0de Merge version_4 into main
Merge version_4 into main
2026-06-10 08:07:50 +00:00
eb29eabbb7 Update src/app/page.tsx 2026-06-10 08:07:47 +00:00
0a1909e69e Merge version_3 into main
Merge version_3 into main
2026-06-10 08:05:36 +00:00
e167f914a0 Update src/app/page.tsx 2026-06-10 08:05:33 +00:00
529361d68e Merge version_3 into main
Merge version_3 into main
2026-06-10 07:54:35 +00:00
22e18e3a5f Update src/app/page.tsx 2026-06-10 07:54:32 +00:00
461426e5ea Merge version_2 into main
Merge version_2 into main
2026-06-10 07:52:11 +00:00
08a2591e3c Update src/app/page.tsx 2026-06-10 07:52:08 +00:00
8cce7be6a0 Update src/app/contact/page.tsx 2026-06-10 07:52:07 +00:00
ec708315e6 Merge version_2 into main
Merge version_2 into main
2026-06-10 07:51:29 +00:00
6830e18480 Update src/app/page.tsx 2026-06-10 07:51:26 +00:00
d0cb499761 Add src/app/contact/page.tsx 2026-06-10 07:51:25 +00:00
38c201f63c Merge version_1 into main
Merge version_1 into main
2026-06-10 07:48:18 +00:00
fd6c2cc1a8 Merge version_1 into main
Merge version_1 into main
2026-06-10 07:47:16 +00:00
2 changed files with 97 additions and 15 deletions

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

@@ -0,0 +1,85 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactForm from '@/components/form/ContactForm';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="fluid"
cardStyle="subtle-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="light"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "#home" },
{ name: "About Us", id: "#about" },
{ name: "Menu", id: "#menu" },
{ name: "Features", id: "#features" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Order Now", href: "/contact" }}
brandName="Yummy Treat Cafe"
/>
</div>
<div id="contact-form" data-section="contact-form" className="py-24 md:py-32">
<ContactForm
tag="Get in Touch"
title="Send Us a Message"
description="We'd love to hear from you! Fill out the form below and we'll get back to you as soon as possible."
inputPlaceholder="Your Email Address"
buttonText="Submit Message"
onSubmit={(data) => console.log('Form submitted:', data)}
centered={true}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Yummy Treat Cafe", items: [
{ label: "Home", href: "#home" },
{ label: "About Us", href: "#about" },
{ label: "Menu", href: "#menu" }
]
},
{
title: "Services", items: [
{ label: "Catering", href: "#features" },
{ label: "Delivery", href: "#features" },
{ label: "Reservations", href: "/contact" }
]
},
{
title: "Support", items: [
{ label: "FAQ", href: "#faq" },
{ label: "Contact Us", href: "/contact" },
{ label: "Privacy Policy", href: "#" }
]
}
]}
bottomLeftText="© 2024 Yummy Treat Cafe. All rights reserved."
bottomRightText="Crafted with <3 for delightful treats."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
name: "Contact", id: "#contact"},
]}
button={{
text: "Order Now", href: "#contact"}}
text: "Order Now", href: "#contact"}}
brandName="Yummy Treat Cafe"
/>
</div>
@@ -62,7 +62,7 @@ export default function LandingPage() {
text: "Make a Reservation", href: "#contact"},
]}
buttonAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-taking-photos-with-smartphone_23-2149356887.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781078046428-fal3d8w8.jpg"
imageAlt="Cozy cafe interior with warm lighting"
showDimOverlay={false}
/>
@@ -75,10 +75,7 @@ export default function LandingPage() {
{
type: "text", content: "Our Story: Passion for Flavor, Love for Community"},
]}
buttons={[
{
text: "Learn More"},
]}
buttons={[]}
/>
</div>
@@ -90,17 +87,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Classic Latte", price: "$4.50", variant: "Creamy & Smooth", imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691735.jpg", imageAlt: "A cup of classic latte art coffee"},
id: "1", name: "Chilli Paneer ", price: "120 rupees", variant: "Creamy & Smooth", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781078662675-mjnds6mh.jpg", imageAlt: "A cup of classic latte art coffee"},
{
id: "2", name: "Butter Croissant", price: "$3.00", variant: "Flaky & Golden", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-croissant-pancakes-wooden-cutting-board-cup-black-tea-honey-dark-surface_140725-94185.jpg", imageAlt: "A freshly baked butter croissant"},
id: "2", name: "Sandwich ", price: "70 rupees", variant: "Flaky & Golden", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781078918432-sjvj0ivs.jpg", imageAlt: "A freshly baked butter croissant"},
{
id: "3", name: "Gourmet Cheeseburger", price: "$14.00", variant: "Juicy & Flavorful", imageSrc: "http://img.b2bpic.net/free-photo/black-beef-burger-with-french-fries_141793-16665.jpg", imageAlt: "A gourmet cheeseburger with fries"},
id: "3", name: "Dosa ", price: "50 rupees ", variant: "Juicy & Flavorful", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781078941229-vmjpt76k.jpg", imageAlt: "A gourmet cheeseburger with fries"},
{
id: "4", name: "Mediterranean Salad", price: "$12.50", variant: "Fresh & Zesty", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-salad-bowl_23-2147953662.jpg", imageAlt: "A vibrant Mediterranean salad"},
id: "4", name: "", price: "60 rupees", variant: "fried rice ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781078961898-g0endz9b.jpg", imageAlt: "A vibrant Mediterranean salad"},
{
id: "5", name: "Chocolate Lava Cake", price: "$8.00", variant: "Rich & Decadent", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-cake-with-cream-inside-plate-brown-wooden-table-cake-dessert-chocolate_140725-27828.jpg", imageAlt: "A slice of chocolate lava cake with berries"},
id: "5", name: "French Fries ", price: "60 rupees", variant: "Rich & Decadent", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781079077979-i1a1738w.jpg", imageAlt: "A slice of chocolate lava cake with berries"},
{
id: "6", name: "Hearty Breakfast Plate", price: "$16.00", variant: "Satisfying & Classic", imageSrc: "http://img.b2bpic.net/free-photo/full-english-breakfast-with-fried-egg-bacon-sausages-beans_123827-37130.jpg", imageAlt: "A full hearty breakfast plate"},
id: "6", name: "Corn cheese pasta ", price: "120 rupees", variant: "Satisfying & Classic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781079128836-ke7rurtw.jpg", imageAlt: "A full hearty breakfast plate"},
]}
title="Our Delicious Menu"
description="Explore our wide selection of freshly prepared dishes, from aromatic coffees to savory meals and irresistible desserts."
@@ -115,9 +112,9 @@ export default function LandingPage() {
features={[
{
title: "Convenient Delivery", description: "Enjoy your Yummy Treat favorites from the comfort of your home. Fast and fresh delivery right to your door.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/retail-employee-scanning-smartphone-with-black-friday-discount-coupon-while-serving-customer-cash-register-desk-close-up-clothing-store-marketing-promotion-seasonal-sales_482257-64290.jpg", imageAlt: "Food delivery app on a smartphone"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781078690734-ws985q8o.jpg", imageAlt: "Food delivery app on a smartphone"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2149177827.jpg", imageAlt: "Food delivery app on a smartphone"}
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781078710327-7n2o6gwd.jpg", imageAlt: "Food delivery app on a smartphone"}
},
{
title: "Catering for Events", description: "Make your special occasions even more delicious with our bespoke catering services. Perfect for any gathering.", phoneOne: {
@@ -239,4 +236,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}