Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
182 changes: 91 additions & 91 deletions public/sitemap.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/data/brand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export const BRAND = {
'Luxury for treating yourself — or for the woman you love.',
/** Footer / about blurb */
footerBlurb:
'Since 1726, beauty as inheritance. Discover the house here; complete your purchase on Amazon.',
'Since 1726, beauty as inheritance. Discover the house here.',
affiliateDisclosure:
'As an Amazon Associate, Adazo earns from qualifying purchases. Prices and availability are set by Amazon and may change.',
'As an affiliate, Adazo may earn a referral commission on qualifying purchases.',
} as const

/** Elegant series names — never show technical “Edit / Campaign / Gen” labels. */
Expand Down
126 changes: 63 additions & 63 deletions src/data/products.ts

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/data/quiz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ export const PERSONAS: Record<string, Persona> = {
title: 'The Quiet Luxe',
tagline: 'Prestige beauty. Soft power. Nothing loud.',
story:
'You don’t chase trends — you collect presence. Adazo’s Luxury Beauty shelf is your language: weighty jars, considered formulas, vanity that looks like a private gallery. Discover here. Buy on Amazon.',
'You don’t chase trends — you collect presence. Adazo’s Luxury Beauty shelf is your language: weighty jars, considered formulas, vanity that looks like a private gallery.',
categories: ['luxury', 'skincare', 'fragrance'],
accent: '#9a6b2f',
},
Expand All @@ -435,7 +435,7 @@ export const PERSONAS: Record<string, Persona> = {
title: 'The Soft Glam Muse',
tagline: 'Color, light, and confidence in the mirror.',
story:
'Getting ready is a ritual worth dressing for. You want lips, flush, and finish that photograph expensive — polished, never costume. Discover the soft glam selection here; complete your purchase on Amazon.',
'Getting ready is a ritual worth dressing for. You want lips, flush, and finish that photograph expensive — polished, never costume.',
categories: ['makeup', 'lips', 'luxury'],
accent: '#b76e79',
},
Expand All @@ -444,7 +444,7 @@ export const PERSONAS: Record<string, Persona> = {
title: 'The Signature Scent',
tagline: 'You arrive before you speak.',
story:
'Fragrance is memory and identity. You build a wardrobe of sillage — day, night, gift — and Adazo points you to the bottles worth the vanity real estate. Discover here. Buy on Amazon.',
'Fragrance is memory and identity. You build a wardrobe of sillage — day, night, gift — and Adazo points you to the bottles worth the vanity real estate.',
categories: ['fragrance', 'luxury', 'body'],
accent: '#7a4a8a',
},
Expand Down
2 changes: 1 addition & 1 deletion src/lib/seo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const SITE_URL = 'https://adazo.com'
export const SITE_NAME = 'Adazo'
export const DEFAULT_TITLE = 'Adazo — Beauty is passed down'
export const DEFAULT_DESCRIPTION =
'Since 1726. Luxury beauty, fragrance, and fashion finish for treating yourself — or the woman you love. Discover Adazo; complete your purchase on Amazon.'
'Since 1726. Luxury beauty, fragrance, and fashion finish for treating yourself — or the woman you love. Discover Adazo.'
export const DEFAULT_OG_IMAGE = `${SITE_URL}/brand/social.png`
export const TWITTER_HANDLE = '' // set if brand X account exists

Expand Down
4 changes: 2 additions & 2 deletions src/lib/seoData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ export function shopSeo(opts: {
`${categoryHero.blurb} ${count} pieces on Adazo — for you, or for her. Complete your purchase on Amazon.`,
)
: limited
? 'A short house selection this week. Discover on Adazo; complete your purchase on Amazon.'
: 'Luxury beauty, fragrance, gold, and fashion finish. Discover Adazo; complete your purchase on Amazon.'
? 'A short house selection this week. Discover the selection on Adazo.'
: 'Luxury beauty, fragrance, gold, and fashion finish. Discover Adazo.'

const crumbs = [
{ name: 'Home', path: '/' },
Expand Down
12 changes: 1 addition & 11 deletions src/pages/Product.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
import { ProductGrid } from '../components/ProductGrid'
import { StarRating } from '../components/StarRating'
import { Seo } from '../components/Seo'
import { affiliateUrl, AMAZON_ASSOCIATE_TAG } from '../lib/amazon'
import { affiliateUrl } from '../lib/amazon'
import { trackAmazonClick, trackViewItem } from '../lib/analytics'
import { isQuietPlaceholder } from '../lib/productImages'
import { productSeo } from '../lib/seoData'
Expand Down Expand Up @@ -326,16 +326,6 @@ export function ProductPage() {
>
Buy on Amazon <ExternalLink className="size-4" />
</a>
<p className="text-[11px] text-muted text-center leading-relaxed">
You&apos;ll complete checkout on Amazon.com. Associate tag{' '}
<code className="font-mono text-ink-soft">{AMAZON_ASSOCIATE_TAG}</code>
{product.asin ? (
<>
{' '}
· ASIN <code className="font-mono">{product.asin}</code>
</>
) : null}
</p>
</div>

<div className="grid grid-cols-3 gap-3 pt-2">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Shop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export function Shop() {
<p className="text-ink-soft mt-3 max-w-xl text-lg font-light leading-relaxed">
{limited
? `You’re viewing a short weekly list — ${filtered.length} of ${houseTotal} pieces in the house.`
: 'Every room of the house — for treating yourself, or for the woman you love. Discover here; complete your purchase on Amazon.'}
: 'Every room of the house — for treating yourself, or for the woman you love. Discover the collection here.'}
</p>
</>
)}
Expand Down
2 changes: 1 addition & 1 deletion worker/generated/routeMeta.json

Large diffs are not rendered by default.

Loading