refactor: update marketing section architecture

This commit is contained in:
Prad Nukala
2024-11-05 08:14:26 -05:00
parent 075b54883b
commit e76c4a5902
16 changed files with 286 additions and 237 deletions
@@ -13,13 +13,13 @@ var lowlights = &models.Lowlights{
UpperQuotes: []*models.Testimonial{
{
FullName: "0xDesigner",
Username: "@0xdesigner",
Username: "@0xDesigner",
Avatar: &models.Image{
Src: Avatar0xDesigner.Src(),
Width: "44",
Height: "44",
},
Quote: "Extremely thoughtful approaches to business. I highly recommend this product to anyone wanting to jump into something new.",
Quote: "what if the wallet ui appeared next to the click instead of in a new browser window?",
},
{
FullName: "Alex Recouso",
@@ -29,59 +29,59 @@ var lowlights = &models.Lowlights{
Width: "44",
Height: "44",
},
Quote: "Extremely thoughtful approaches to business. I highly recommend this product to anyone wanting to jump into something new.",
Quote: "2024 resembles 1984, but it doesn't have to be that way for you",
},
{
FullName: "Chjango",
FullName: "Chjango Unchained",
Username: "@chjango",
Avatar: &models.Image{
Src: AvatarChjango.Src(),
Width: "44",
Height: "44",
},
Quote: "Extremely thoughtful approaches to business. I highly recommend this product to anyone wanting to jump into something new.",
Quote: "IBC is the inter-blockchain highway of @cosmos. While not very cypherpunk, charging a 1.5 basis pt fee would go a long way if priced in $ATOM.",
},
{
FullName: "Gwart",
Username: "@gwart",
Username: "@GwartyGwart",
Avatar: &models.Image{
Src: AvatarGwart.Src(),
Width: "44",
Height: "44",
},
Quote: "Extremely thoughtful approaches to business. I highly recommend this product to anyone wanting to jump into something new.",
Quote: " Base is incredible. Most centralized l2. Least details about their plans to decentralize. Keeps OP cabal quiet by pretending to care about quadratic voting and giving 10% tithe. Pays Ethereum mainnet virtually nothing. Runs yuppie granola ad campaigns.",
},
},
LowerQuotes: []*models.Testimonial{
{
FullName: "HTMX Org",
Username: "@htmx_org",
FullName: "winnie",
Username: "@winnielaux_",
Avatar: &models.Image{
Src: AvatarHTMXOrg.Src(),
Src: AvatarWinnieLaux.Src(),
Width: "44",
Height: "44",
},
Quote: "Extremely thoughtful approaches to business. I highly recommend this product to anyone wanting to jump into something new.",
Quote: "the ability to download apps directly from the web or from “crypto-only” app stores will be a massive unlock for web3",
},
{
FullName: "Jelena Noble",
FullName: "Jelena",
Username: "@jelena_noble",
Avatar: &models.Image{
Src: AvatarJelenaNoble.Src(),
Width: "44",
Height: "44",
},
Quote: "Extremely thoughtful approaches to business. I highly recommend this product to anyone wanting to jump into something new.",
Quote: "Excited for all the @cosmos nerds to be vindicated in the next bull run",
},
{
FullName: "Tanish",
Username: "@tanishqxyz",
FullName: "accountless",
Username: "@alexanderchopan",
Avatar: &models.Image{
Src: AvatarTanishqXYZ.Src(),
Src: AvatarAccountless.Src(),
Width: "44",
Height: "44",
},
Quote: "Extremely thoughtful approaches to business. I highly recommend this product to anyone wanting to jump into something new.",
Quote: "sounds like webThree. Single key pair Requires the same signer At risk of infinite approvals Public history of all transactions different account on each chain different addresses for each account",
},
{
FullName: "Unusual Whales",
@@ -91,7 +91,7 @@ var lowlights = &models.Lowlights{
Width: "44",
Height: "44",
},
Quote: "Extremely thoughtful approaches to business. I highly recommend this product to anyone wanting to jump into something new.",
Quote: "BREAKING: Fidelity & Fidelity Investments has confirmed that over 77,000 customers had personal information compromised, including Social Security numbers and drivers licenses.",
},
},
}