5 Commits

Author SHA1 Message Date
97759b03a5 Update src/app/page.tsx 2026-05-08 02:41:23 +00:00
1ba904b5c9 Update src/app/page.tsx 2026-05-08 02:40:23 +00:00
5db2c9b35b Update src/app/page.tsx 2026-05-08 02:31:49 +00:00
8856601cfc Update theme colors 2026-05-08 02:31:18 +00:00
728d5fdc52 Merge version_2 into main
Merge version_2 into main
2026-05-08 01:57:56 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
{ {
name: "Contact", id: "contact"}, name: "Contact", id: "contact"},
]} ]}
brandName="Barber City" brandName="Barber City Cuts And Shaves"
/> />
</div> </div>
@@ -119,22 +119,22 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", brand: "BarberCity", name: "Pomade Hold", price: "$15", rating: 5, id: "p1", brand: "BarberCity", name: "Pomade Hold", price: "$45", rating: 5,
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-bearded-male-dressed-blue-shirt-white-jacket-bow-tie-grey-background_613910-177.jpg"}, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-bearded-male-dressed-blue-shirt-white-jacket-bow-tie-grey-background_613910-177.jpg"},
{ {
id: "p2", brand: "BarberCity", name: "Beard Oil", price: "$22", rating: 5, id: "p2", brand: "BarberCity", name: "Beard Oil", price: "$35", rating: 5,
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985717.jpg"}, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985717.jpg"},
{ {
id: "p3", brand: "BarberCity", name: "Shaving Cream", price: "$18", rating: 4, id: "p3", brand: "BarberCity", name: "Shaving Cream", price: "$60", rating: 4,
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-temples-man_23-2147778753.jpg"}, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-temples-man_23-2147778753.jpg"},
{ {
id: "p4", brand: "BarberCity", name: "Aftershave Balm", price: "$20", rating: 5, id: "p4", brand: "BarberCity", name: "Aftershave Balm", price: "$30", rating: 5,
reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg"}, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg"},
{ {
id: "p5", brand: "BarberCity", name: "Clay Texture", price: "$16", rating: 4, id: "p5", brand: "BarberCity", name: "Clay Texture", price: "$16", rating: 4,
reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg"}, reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg"},
{ {
id: "p6", brand: "BarberCity", name: "Beard Brush", price: "$12", rating: 5, id: "p6", brand: "BarberCity", name: "Beard Brush", price: "$30", rating: 5,
reviewCount: "51", imageSrc: "http://img.b2bpic.net/free-photo/faceless-barber-shaving-temples-client_23-2147778760.jpg"}, reviewCount: "51", imageSrc: "http://img.b2bpic.net/free-photo/faceless-barber-shaving-temples-client_23-2147778760.jpg"},
]} ]}
title="Professional Grooming Gear" title="Professional Grooming Gear"

View File

@@ -13,7 +13,7 @@
--background: #f7f6f7; --background: #f7f6f7;
--card: #ffffff; --card: #ffffff;
--foreground: #25190c; --foreground: #25190c;
--primary-cta: #ff6207; --primary-cta: #110701;
--primary-cta-text: #f7f6f7; --primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #25190c; --secondary-cta-text: #25190c;