8 Commits

Author SHA1 Message Date
db3f5845a8 Update src/app/page.tsx 2026-03-08 20:30:25 +00:00
6cd4741077 Update src/app/about/page.tsx 2026-03-08 20:30:24 +00:00
78c777f102 Update src/app/page.tsx 2026-03-08 20:29:44 +00:00
bc5dcc7c36 Update src/app/layout.tsx 2026-03-08 20:29:44 +00:00
9e906a0ac8 Add src/app/about/page.tsx 2026-03-08 20:29:44 +00:00
397d242cbd Merge version_1 into main
Merge version_1 into main
2026-03-08 20:24:52 +00:00
0cf21d7efd Merge version_1 into main
Merge version_1 into main
2026-03-08 20:24:08 +00:00
7d4d980e04 Merge version_1 into main
Merge version_1 into main
2026-03-08 20:22:47 +00:00
3 changed files with 206 additions and 1407 deletions

181
src/app/about/page.tsx Normal file
View File

@@ -0,0 +1,181 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Heart, Users, Star, Zap, Trophy, Award, Clock, MapPin } from 'lucide-react';
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmallSizeLargeTitles"
background="aurora"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
headingFontWeight="medium"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Menu", id: "featured-menu" },
{ name: "Events", id: "special-events" },
{ name: "Contact", id: "location" }
]}
button={{ text: "Reserve Table", href: "reservations" }}
brandName="Golden Hour"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
title="Our Journey & Story"
description="Discover the heart and soul behind Golden Hour Multi Cuisine Restaurant - where tradition meets culinary excellence and every guest is treated like family."
tag="About Golden Hour"
tagIcon={Heart}
background={{ variant: "plain" }}
buttons={[
{ text: "Reserve a Table", href: "reservations" },
{ text: "View Menu", href: "/" }
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-lunch-setup-with-grape-leaves-dolma-lentil-soup-vegetable-salad-with-cheese_140725-8875.jpg?_wi=2"
imageAlt="Golden Hour Restaurant - Our Heritage"
/>
</div>
<div id="about-story" data-section="about-story">
<SplitAbout
title="Founded in 2015 with a Vision"
description="Golden Hour Multi Cuisine Restaurant was established with a simple yet powerful vision: to create a culinary destination where families and friends gather to celebrate life's moments. What started as a small restaurant with a passion for authentic cuisine has grown into a beloved institution known for excellence, tradition, and hospitality."
tag="Our Origin"
tagIcon={Heart}
textboxLayout="default"
useInvertedBackground={false}
imagePosition="right"
bulletPoints={[
{ title: "Culinary Excellence", description: "Our team of expert chefs brings decades of experience in traditional Indian, Chinese, Continental, and Tandoori cuisines.", icon: Trophy },
{ title: "Authentic Recipes", description: "We honor time-tested recipes passed down through generations, using only the finest premium ingredients.", icon: Star },
{ title: "Warm Hospitality", description: "Every guest is welcomed as family. We believe in creating memorable dining experiences that last a lifetime.", icon: Users },
{ title: "Continuous Innovation", description: "While honoring tradition, we constantly innovate to bring fresh, exciting flavors to our diverse menu.", icon: Zap }
]}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg?_wi=2"
imageAlt="Golden Hour Restaurant - Elegant Dining Space"
mediaAnimation="slide-up"
/>
</div>
<div id="values" data-section="values">
<SplitAbout
title="Our Core Values"
description="At Golden Hour, we are guided by principles that define who we are and how we serve our community. These values are the foundation of everything we do, from sourcing ingredients to training our staff."
tag="What Drives Us"
tagIcon={Award}
textboxLayout="default"
useInvertedBackground={true}
imagePosition="left"
bulletPoints={[
{ title: "Quality", description: "We never compromise on the quality of our ingredients or the preparation of our dishes." },
{ title: "Integrity", description: "We conduct our business with honesty and transparency, honoring our commitments to customers and staff." },
{ title: "Respect", description: "We respect our guests, our team, and the culinary traditions we celebrate every day." },
{ title: "Passion", description: "Every dish is prepared with passion and dedication to create extraordinary dining experiences." }
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-assortment_23-2148821527.jpg?_wi=1"
imageAlt="Beautifully Prepared Dishes - Our Commitment to Quality"
mediaAnimation="slide-up"
/>
</div>
<div id="achievements" data-section="achievements">
<SplitAbout
title="Milestones & Recognition"
description="Over the years, Golden Hour has earned recognition for our commitment to culinary excellence, outstanding service, and community engagement. These achievements are a testament to the trust and support of our loyal guests and team."
tag="Our Achievements"
tagIcon={Trophy}
textboxLayout="default"
useInvertedBackground={false}
imagePosition="right"
bulletPoints={[
{ title: "9+ Years of Excellence", description: "Serving the community since 2015 with consistent quality and exceptional hospitality." },
{ title: "4.6★ Rating", description: "Rated 4.6 out of 5 stars across multiple platforms with over 373 verified customer reviews." },
{ title: "Award-Winning Cuisine", description: "Recognized for authentic Indian, Chinese, Continental, and Tandoori specialties throughout the region." },
{ title: "Community Favorite", description: "Trusted by thousands of families for celebrations, gatherings, and everyday dining moments." }
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-chicken-tomatoes-onion-colorful-spices-chicken-with-herbs-lemon_140725-73724.jpg?_wi=1"
imageAlt="Signature Tandoori Preparations - Award Winning"
mediaAnimation="slide-up"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
title="Trusted by Thousands"
description="Hear from our loyal guests who have made Golden Hour their favorite dining destination"
tag="Guest Testimonials"
tagIcon={Star}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="uniform-all-items-equal"
testimonials={[
{ id: "1", name: "Rajesh Kumar", role: "Regular Customer", company: "Family of 4", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=2", imageAlt: "Rajesh Kumar" },
{ id: "2", name: "Priya Sharma", role: "Food Enthusiast", company: "Celebration Organizer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-therapist_23-2148759115.jpg?_wi=2", imageAlt: "Priya Sharma" },
{ id: "3", name: "Amit Patel", role: "Business Executive", company: "Corporate Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg?_wi=2", imageAlt: "Amit Patel" },
{ id: "4", name: "Anjali Desai", role: "Wedding Planner", company: "Event Organizer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg?_wi=2", imageAlt: "Anjali Desai" },
{ id: "5", name: "Vikram Singh", role: "Food Critic", company: "Restaurant Reviewer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=2", imageAlt: "Vikram Singh" },
{ id: "6", name: "Neha Gupta", role: "Social Media Influencer", company: "Content Creator", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-brown-haired-woman-showing-thumb-up-lady-looking-camera_1262-14383.jpg?_wi=2", imageAlt: "Neha Gupta" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Menu", href: "/#featured-menu" },
{ label: "Events", href: "/#special-events" }
]
},
{
title: "Quick Links", items: [
{ label: "Reserve Table", href: "/#reservations" },
{ label: "View Menu", href: "/#menu-categories" },
{ label: "Find Location", href: "/#location" },
{ label: "Call Us", href: "tel:+919876543210" }
]
},
{
title: "Contact", items: [
{ label: "Phone: +91-9876-543-210", href: "tel:+919876543210" },
{ label: "Email: info@goldenhour.com", href: "mailto:info@goldenhour.com" },
{ label: "Main Street, City Center", href: "https://maps.google.com" },
{ label: "Open: 12 PM - 11 PM Daily", href: "#" }
]
},
{
title: "Follow Us", items: [
{ label: "Facebook", href: "https://facebook.com/goldenhourrestaurant" },
{ label: "Instagram", href: "https://instagram.com/goldenhourrestaurant" },
{ label: "Twitter", href: "https://twitter.com/goldenhourrest" },
{ label: "Reviews", href: "https://google.com/search?q=golden+hour+restaurant" }
]
}
]}
bottomLeftText="© 2025 Golden Hour Multi Cuisine Restaurant. All rights reserved."
bottomRightText="4.6★ | 373 Reviews | Best Multi-Cuisine Dining in Town"
/>
</div>
</ThemeProvider>
);
}

File diff suppressed because it is too large Load Diff

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "Reserve a Table", href: "reservations" },
{ text: "Call Now", href: "tel:+919876543210" }
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-lunch-setup-with-grape-leaves-dolma-lentil-soup-vegetable-salad-with-cheese_140725-8875.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-lunch-setup-with-grape-leaves-dolma-lentil-soup-vegetable-salad-with-cheese_140725-8875.jpg?_wi=1"
imageAlt="Golden Hour Restaurant - Premium Multi-Cuisine Dining"
/>
</div>
@@ -71,7 +71,7 @@ export default function LandingPage() {
{ title: "Premium Quality", description: "Highest quality ingredients and expert preparation for an unforgettable dining experience.", icon: Star },
{ title: "Fast Service", description: "Quick, attentive service ensuring your dining experience is smooth and enjoyable.", icon: Zap }
]}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg"
imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg?_wi=1"
imageAlt="Golden Hour Restaurant Interior - Warm and Welcoming Ambiance"
mediaAnimation="slide-up"
/>
@@ -142,12 +142,12 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="uniform-all-items-equal"
testimonials={[
{ id: "1", name: "Rajesh Kumar", role: "Regular Customer", company: "Family of 4", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Rajesh Kumar - Customer testimonial" },
{ id: "2", name: "Priya Sharma", role: "Food Enthusiast", company: "Celebration Organizer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-therapist_23-2148759115.jpg", imageAlt: "Priya Sharma - Customer testimonial" },
{ id: "3", name: "Amit Patel", role: "Business Executive", company: "Corporate Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg", imageAlt: "Amit Patel - Customer testimonial" },
{ id: "4", name: "Anjali Desai", role: "Wedding Planner", company: "Event Organizer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg", imageAlt: "Anjali Desai - Customer testimonial" },
{ id: "5", name: "Vikram Singh", role: "Food Critic", company: "Restaurant Reviewer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageAlt: "Vikram Singh - Customer testimonial" },
{ id: "6", name: "Neha Gupta", role: "Social Media Influencer", company: "Content Creator", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-brown-haired-woman-showing-thumb-up-lady-looking-camera_1262-14383.jpg", imageAlt: "Neha Gupta - Customer testimonial" }
{ id: "1", name: "Rajesh Kumar", role: "Regular Customer", company: "Family of 4", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=1", imageAlt: "Rajesh Kumar - Customer testimonial" },
{ id: "2", name: "Priya Sharma", role: "Food Enthusiast", company: "Celebration Organizer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-therapist_23-2148759115.jpg?_wi=1", imageAlt: "Priya Sharma - Customer testimonial" },
{ id: "3", name: "Amit Patel", role: "Business Executive", company: "Corporate Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg?_wi=1", imageAlt: "Amit Patel - Customer testimonial" },
{ id: "4", name: "Anjali Desai", role: "Wedding Planner", company: "Event Organizer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg?_wi=1", imageAlt: "Anjali Desai - Customer testimonial" },
{ id: "5", name: "Vikram Singh", role: "Food Critic", company: "Restaurant Reviewer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=1", imageAlt: "Vikram Singh - Customer testimonial" },
{ id: "6", name: "Neha Gupta", role: "Social Media Influencer", company: "Content Creator", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-brown-haired-woman-showing-thumb-up-lady-looking-camera_1262-14383.jpg?_wi=1", imageAlt: "Neha Gupta - Customer testimonial" }
]}
/>
</div>
@@ -204,7 +204,8 @@ export default function LandingPage() {
{ label: "Home", href: "#hero" },
{ label: "About", href: "#about" },
{ label: "Menu", href: "#featured-menu" },
{ label: "Events", href: "#special-events" }
{ label: "Events", href: "#special-events" },
{ label: "About Us", href: "/about" }
]
},
{