Merge version_2 into main #1
@@ -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" },
|
||||
@@ -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
118
src/app/products/page.tsx
Normal 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", 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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
},
|
||||
{
|
||||
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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user