Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-10 05:36:50 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -111,27 +111,27 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Cakes", name: "Chocolate Truffle", price: "₹450", rating: 5,
reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-chocolate-cake-with-strawberries-top_181624-32525.jpg", imageAlt: "Chocolate Truffle Cake"
reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-chocolate-cake-with-strawberries-top_181624-32525.jpg?_wi=1", imageAlt: "Chocolate Truffle Cake"
},
{
id: "2", brand: "Cakes", name: "Red Velvet", price: "₹520", rating: 5,
reviewCount: "195+", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-chocolate-cake-with-strawberries-top_181624-32525.jpg", imageAlt: "Red Velvet Cake"
reviewCount: "195+", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-chocolate-cake-with-strawberries-top_181624-32525.jpg?_wi=2", imageAlt: "Red Velvet Cake"
},
{
id: "3", brand: "Cakes", name: "Black Forest", price: "₹480", rating: 5,
reviewCount: "312+", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-chocolate-cake-with-strawberries-top_181624-32525.jpg", imageAlt: "Black Forest Cake"
reviewCount: "312+", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-chocolate-cake-with-strawberries-top_181624-32525.jpg?_wi=3", imageAlt: "Black Forest Cake"
},
{
id: "4", brand: "Coffee", name: "Espresso", price: "₹120", rating: 5,
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-with-straw-chocolate-cookies-wooden-piece_114579-54916.jpg", imageAlt: "Premium Espresso"
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-with-straw-chocolate-cookies-wooden-piece_114579-54916.jpg?_wi=1", imageAlt: "Premium Espresso"
},
{
id: "5", brand: "Coffee", name: "Cappuccino", price: "₹180", rating: 5,
reviewCount: "520+", imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-with-straw-chocolate-cookies-wooden-piece_114579-54916.jpg", imageAlt: "Cappuccino"
reviewCount: "520+", imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-with-straw-chocolate-cookies-wooden-piece_114579-54916.jpg?_wi=2", imageAlt: "Cappuccino"
},
{
id: "6", brand: "Coffee", name: "Cold Coffee", price: "₹150", rating: 5,
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-with-straw-chocolate-cookies-wooden-piece_114579-54916.jpg", imageAlt: "Cold Coffee"
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-with-straw-chocolate-cookies-wooden-piece_114579-54916.jpg?_wi=3", imageAlt: "Cold Coffee"
}
]}
buttons={[