diff --git a/src/app/page.tsx b/src/app/page.tsx index 29bd1c8..202fa39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function LandingPage() { { name: "Contact", id: "contact"}, ]} - brandName="Aurum Luxury" + brandName="Gupta Luxury" /> @@ -117,7 +117,7 @@ export default function LandingPage() { }, ]} showStepNumbers={false} - title="The Aurum Promise" + title="The Gupta's Promise" description="Our commitment to quality ensures every piece meets the highest standards." /> @@ -130,22 +130,22 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", brand: "Aurum", name: "Classic Gold Ring", price: "$1,200", rating: 5, + id: "1", brand: "Aurum", name: "Classic Gold Ring", price: "Rs.1,20,000 ", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/divorce-concept-with-smartphone_23-2148558440.jpg"}, { - id: "2", brand: "Aurum", name: "Gold Chain Necklace", price: "$2,500", rating: 5, + id: "2", brand: "Aurum", name: "Gold Chain Necklace", price: "Rs.2,50,000 ", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-shiny-golden-chain_23-2149635290.jpg"}, { - id: "3", brand: "Aurum", name: "Diamond Drop Earrings", price: "$1,800", rating: 4, + id: "3", brand: "Aurum", name: "Diamond Drop Earrings", price: "Rs.98,000 ", rating: 4, reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-lovable-brunette-woman-with-plant-lovely-young-lady-with-black-hair-holding-flower_197531-14059.jpg"}, { - id: "4", brand: "Aurum", name: "Golden Bangle", price: "$900", rating: 5, + id: "4", brand: "Aurum", name: "Golden Bangle", price: "Rs.2,00,000 ", rating: 5, reviewCount: "44", imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-woman-posing-studio_23-2148376621.jpg"}, { - id: "5", brand: "Aurum", name: "Signature Pendant", price: "$1,100", rating: 4, + id: "5", brand: "Aurum", name: "Signature Pendant", price: "Rs.57,000 ", rating: 4, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/bright-silver-pendant-background-elegance-precious_1400-33.jpg"}, { - id: "6", brand: "Aurum", name: "Luxury Watch", price: "$3,500", rating: 5, + id: "6", brand: "Aurum", name: "Luxury Watch", price: "Rs.1,50,000 ", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/top-view-golden-chain-coffee-cup_23-2149836479.jpg"}, ]} title="Curated Jewellery" @@ -224,7 +224,7 @@ export default function LandingPage() {