6 Commits

Author SHA1 Message Date
b2a469c292 Merge version_2 into main
Merge version_2 into main
2026-03-06 07:56:19 +00:00
c5efd08e37 Update src/app/products/page.tsx 2026-03-06 07:56:15 +00:00
0b6a0fc11e Update src/app/page.tsx 2026-03-06 07:56:14 +00:00
6650790acd Merge version_2 into main
Merge version_2 into main
2026-03-06 07:55:38 +00:00
d7c4904023 Add src/app/products/page.tsx 2026-03-06 07:55:35 +00:00
8af1c32671 Update src/app/page.tsx 2026-03-06 07:55:34 +00:00
2 changed files with 129 additions and 9 deletions

View File

@@ -31,6 +31,7 @@ export default function LandingPage() {
brandName="SS Hyderabad Biryani"
navItems={[
{ name: "Menu", id: "menu" },
{ name: "Popular Menu", id: "/products" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
{ name: "Location", id: "location" },
@@ -68,19 +69,19 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Signature", name: "Chicken Biryani", price: "₹250", rating: 5,
reviewCount: "1,200+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-meal-assortment_23-2148821516.jpg", imageAlt: "Chicken biryani with aromatic basmati rice and tender chicken pieces"
reviewCount: "1,200+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-meal-assortment_23-2148821516.jpg?_wi=1", imageAlt: "Chicken biryani with aromatic basmati rice and tender chicken pieces"
},
{
id: "2", brand: "Premium", name: "Mutton Biryani", price: "₹350", rating: 5,
reviewCount: "980+", imageSrc: "http://img.b2bpic.net/free-psd/authentic-lamb-biryani-with-mint-yogurt_84443-64677.jpg", imageAlt: "Rich and tender mutton biryani with fragrant rice"
reviewCount: "980+", imageSrc: "http://img.b2bpic.net/free-psd/authentic-lamb-biryani-with-mint-yogurt_84443-64677.jpg?_wi=1", imageAlt: "Rich and tender mutton biryani with fragrant rice"
},
{
id: "3", brand: "Specialty", name: "Tandoori Chicken", price: "₹180", rating: 5,
reviewCount: "650+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-deliciously-prepared-chicken-served-with-onions-chili-sauce_181624-61705.jpg", imageAlt: "Juicy tandoori chicken marinated in yogurt and spices"
reviewCount: "650+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-deliciously-prepared-chicken-served-with-onions-chili-sauce_181624-61705.jpg?_wi=1", imageAlt: "Juicy tandoori chicken marinated in yogurt and spices"
},
{
id: "4", brand: "Favorite", name: "Butter Naan", price: "₹40", rating: 5,
reviewCount: "1,450+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-bread-hot-fresh-brown-wooden-desk_140725-25894.jpg", imageAlt: "Soft butter naan bread from traditional tandoor"
reviewCount: "1,450+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-bread-hot-fresh-brown-wooden-desk_140725-25894.jpg?_wi=1", imageAlt: "Soft butter naan bread from traditional tandoor"
}
]}
/>
@@ -248,11 +249,12 @@ export default function LandingPage() {
columns={[
{
title: "Navigate", items: [
{ label: "Home", href: "#" },
{ label: "Menu", href: "#menu" },
{ label: "About", href: "#about" },
{ label: "Reviews", href: "#reviews" },
{ label: "Location", href: "#location" }
{ label: "Home", href: "/" },
{ label: "Menu", href: "/#menu" },
{ label: "Popular Menu", href: "/products" },
{ label: "About", href: "/#about" },
{ label: "Reviews", href: "/#reviews" },
{ label: "Location", href: "/#location" }
]
},
{

118
src/app/products/page.tsx Normal file
View File

@@ -0,0 +1,118 @@
"use client"
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Star, ArrowRight } from 'lucide-react';
export default function ProductsPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
background="fluid"
cardStyle="subtle-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
brandName="SS Hyderabad Biryani"
navItems={[
{ name: "Menu", id: "/" },
{ name: "Popular Menu", id: "/products" },
{ name: "About", id: "/#about" },
{ name: "Reviews", id: "/#reviews" },
{ name: "Location", id: "/#location" },
{ name: "Order", id: "/#contact" }
]}
bottomLeftText="Nungambakkam, Chennai"
bottomRightText="044 4010 4010"
/>
</div>
<div id="menu" data-section="menu" style={{ paddingTop: "120px" }}>
<ProductCardTwo
title="Popular Menu Section"
description="Our most loved and best-selling dishes, prepared fresh daily with authentic Hyderabadi recipes and premium ingredients"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="uniform-all-items-equal"
products={[
{
id: "1", brand: "Signature", name: "Chicken Biryani", price: "₹250", rating: 5,
reviewCount: "1,200+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-meal-assortment_23-2148821516.jpg?_wi=2", imageAlt: "Chicken biryani with aromatic basmati rice and tender chicken pieces"
},
{
id: "2", brand: "Premium", name: "Mutton Biryani", price: "₹350", rating: 5,
reviewCount: "980+", imageSrc: "http://img.b2bpic.net/free-psd/authentic-lamb-biryani-with-mint-yogurt_84443-64677.jpg?_wi=2", imageAlt: "Rich and tender mutton biryani with fragrant rice"
},
{
id: "3", brand: "Specialty", name: "Tandoori Chicken", price: "₹180", rating: 5,
reviewCount: "650+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-deliciously-prepared-chicken-served-with-onions-chili-sauce_181624-61705.jpg?_wi=2", imageAlt: "Juicy tandoori chicken marinated in yogurt and spices"
},
{
id: "4", brand: "Favorite", name: "Butter Naan", price: "₹40", rating: 5,
reviewCount: "1,450+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-bread-hot-fresh-brown-wooden-desk_140725-25894.jpg?_wi=2", imageAlt: "Soft butter naan bread from traditional tandoor"
},
{
id: "5", brand: "Specialty", name: "Mushroom Fried Rice", price: "₹150", rating: 5,
reviewCount: "520+", imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-meat-cooked-wok-against-black-surface_181624-40857.jpg", imageAlt: "Fluffy mushroom fried rice with fresh vegetables"
}
]}
buttons={[
{ text: "View Full Menu", href: "/#menu" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/#menu" },
{ label: "Popular Menu", href: "/products" },
{ label: "About", href: "/#about" },
{ label: "Reviews", href: "/#reviews" },
{ label: "Location", href: "/#location" }
]
},
{
title: "Contact", items: [
{ label: "Call: 044 4010 4010", href: "tel:04440104010" },
{ label: "Address", href: "https://maps.google.com/?q=SS+Hyderabad+Biryani+Nungambakkam" },
{ label: "Email Us", href: "mailto:info@ssbiryani.com" },
{ label: "Open: 11 AM - 11 PM", href: "#" }
]
},
{
title: "Service", items: [
{ label: "Dine-In", href: "#" },
{ label: "Takeaway", href: "#" },
{ label: "Delivery", href: "#" },
{ label: "Catering", href: "#" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Disclaimer", href: "#" }
]
}
]}
bottomLeftText="© 2025 SS Hyderabad Biryani Nungambakkam. All rights reserved."
bottomRightText="Authentic Hyderabadi Cuisine • Chennai"
/>
</div>
</ThemeProvider>
);
}