5 Commits

Author SHA1 Message Date
f554570bd6 Merge version_2 into main
Merge version_2 into main
2026-03-07 09:56:37 +00:00
05d1d058ac Update src/app/page.tsx 2026-03-07 09:56:33 +00:00
977552b2fa Update src/app/layout.tsx 2026-03-07 09:56:32 +00:00
288aeb5c84 Merge version_1 into main
Merge version_1 into main
2026-03-07 09:54:34 +00:00
6444e8b955 Merge version_1 into main
Merge version_1 into main
2026-03-07 09:53:14 +00:00
2 changed files with 0 additions and 1690 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,252 +0,0 @@
"use client";
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Heart, UtensilsCrossed, Phone } from "lucide-react";
export default function HomePage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
];
const footerColumns = [
{
title: "Quick Links",
items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "Gallery", href: "/gallery" },
{ label: "Reviews", href: "/reviews" },
],
},
{
title: "Location & Hours",
items: [
{
label: "Block I, NCB Enclave, Gachibowli",
href: "https://maps.google.com/?q=Block+I+NCB+Enclave+Gachibowli+Hyderabad",
},
{ label: "Call: 099899 97164", href: "tel:+919989997164" },
{ label: "10:30 AM - 11:30 PM Daily", href: "#" },
{ label: "Dine-In • Takeaway • Delivery", href: "#" },
],
},
{
title: "Order Online",
items: [
{ label: "Order on Zomato", href: "https://www.zomato.com" },
{ label: "Order on Swiggy", href: "https://www.swiggy.com" },
{ label: "Call to Order", href: "tel:+919989997164" },
{ label: "Privacy Policy", href: "#" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="small"
sizing="medium"
background="aurora"
cardStyle="gradient-mesh"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
headingFontWeight="medium"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Eats Corner"
navItems={navItems}
button={{
text: "Order Now",
href: "#order",
}}
animateOnLoad={true}
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="Authentic Indo-Chinese Flavours in Gachibowli"
description="Fresh, affordable, and delicious Chinese food for dine-in, takeaway, and delivery. Experience the perfect blend of traditional Chinese taste with Indian comfort."
tag="Welcome to Eats Corner"
imageSrc="http://img.b2bpic.net/free-photo/close-up-bowl-vegetables-noodles_23-2148382863.jpg?_wi=1"
imageAlt="Delicious Chinese food spread with fried rice, noodles, and momos"
textPosition="bottom-left"
showBlur={true}
showDimOverlay={true}
buttons={[
{
text: "View Menu",
href: "/menu",
},
{
text: "Order Now",
href: "#order",
},
]}
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
tag="Our Story"
tagIcon={Heart}
title="A Friendly Neighbourhood Restaurant Serving Authentic Indo-Chinese Flavours"
description="Eats Corner Restaurant"
subdescription="Gachibowli, Hyderabad"
icon={UtensilsCrossed}
imageSrc="http://img.b2bpic.net/free-photo/terrace-night-with-bokeh-lights_23-2148232015.jpg?_wi=1"
imageAlt="Cozy interior of Eats Corner Restaurant"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="features" data-section="features">
<FeatureCardEight
title="Why Choose Eats Corner"
description="We specialize in authentic Indo-Chinese cuisine with the freshest ingredients and pocket-friendly prices"
tag="Our Specialties"
features={[
{
id: 1,
title: "Signature Momos",
description: "Handmade dumplings with authentic fillings, steamed to perfection. Our most loved specialty!",
imageSrc: "http://img.b2bpic.net/free-photo/baker-flattening-dough-with-rolling-pin-chopping-board_23-2147872759.jpg?_wi=1",
imageAlt: "Steamed momos served with sauce",
},
{
id: 2,
title: "Perfect Noodles",
description: "Hakka noodles, chow mein, and thukpa prepared fresh daily with the finest spices",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-asian-noodles-concept_23-2148773772.jpg?_wi=1",
imageAlt: "Bowl of steaming Chinese noodles",
},
{
id: 3,
title: "Fried Rice Perfection",
description: "Egg fried rice, vegetable fried rice, and more. Cooked fresh to order with vibrant flavors",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-chicken-salad-inside-plate-grey-diet-health-food-salad_140725-123841.jpg?_wi=1",
imageAlt: "Plate of colorful fried rice",
},
{
id: 4,
title: "Affordable Quality",
description: "Pocket-friendly prices without compromising on quality. Perfect for quick meals and takeaways",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bowl-vegetables-noodles_23-2148382863.jpg?_wi=2",
imageAlt: "Value for money Chinese food",
},
]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="What Our Customers Say"
description="Real feedback from real customers who love our food and service"
tag="Customer Reviews"
testimonials={[
{
id: "1",
name: "Rajesh Kumar",
handle: "Regular Customer",
testimonial: "Small place for getting Indian Chinese, good for takeout. The momos are absolutely delicious!",
imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20271.jpg?_wi=1",
imageAlt: "Rajesh Kumar",
},
{
id: "2",
name: "Priya Sharma",
handle: "Office Worker",
testimonial: "Prices are pocket-friendly and staff response is prompt. I order here at least twice a week!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-blond-woman-showing-surrender-gesture-green-jacket-looking-merry-front-view_176474-71771.jpg?_wi=1",
imageAlt: "Priya Sharma",
},
{
id: "3",
name: "Amit Patel",
handle: "Food Enthusiast",
testimonial: "Great place for momos and Thukpa. The quality is consistent and portion sizes are generous.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg?_wi=1",
imageAlt: "Amit Patel",
},
{
id: "4",
name: "Neha Gupta",
handle: "Student",
testimonial: "Best affordable Chinese food in Gachibowli! Quick service and amazing taste. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-afro-american-woman-smiling_23-2148336914.jpg?_wi=1",
imageAlt: "Neha Gupta",
},
{
id: "5",
name: "Vikram Singh",
handle: "Local Resident",
testimonial: "Fresh ingredients and authentic flavors. Perfect for families and friends gatherings.",
imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20271.jpg?_wi=2",
imageAlt: "Vikram Singh",
},
{
id: "6",
name: "Anjali Reddy",
handle: "Delivery Customer",
testimonial: "Delivery is fast and food arrives hot. Packaging is secure and the taste is maintained perfectly.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-blond-woman-showing-surrender-gesture-green-jacket-looking-merry-front-view_176474-71771.jpg?_wi=2",
imageAlt: "Anjali Reddy",
},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
speed={40}
/>
</div>
<div id="contact-cta" data-section="contact-cta">
<ContactCTA
tag="Get in Touch"
tagIcon={Phone}
title="Ready to Taste Authentic Indo-Chinese Flavours?"
description="Visit us at Block I, NCB Enclave, Gachibowli or call us to place your order. Open from 10:30 AM to 11:30 PM daily."
buttons={[
{
text: "Call Us: 099899 97164",
href: "tel:+919989997164",
},
{
text: "Get Directions",
href: "https://maps.google.com/?q=Block+I+NCB+Enclave+Gachibowli+Hyderabad",
},
]}
background={{
variant: "plain",
}}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="Eats Corner Restaurant"
copyrightText="© 2025 Eats Corner Restaurant. All rights reserved."
columns={footerColumns}
/>
</div>
</ThemeProvider>
);
}