Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-04 02:10:01 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="mediumLarge"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -63,7 +63,7 @@ export default function LandingPage() {
description="Trusted FFL dealer in Woodville, Texas. Offering quality firearms, expert transfers, and professional service since establishing our commitment to Texas gun owners."
tag="Licensed FFL Dealer"
tagIcon={Shield}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/girl-with-machine-gun-hands-shooting-range_627829-8514.jpg"
imageAlt="Knight Gun Works storefront and inventory"
imagePosition="right"
@@ -104,20 +104,16 @@ export default function LandingPage() {
tagIcon={CheckCircle}
products={[
{
id: "hg-001", brand: "Smith & Wesson", name: "9mm M&P Shield", price: "$499.99", rating: 5,
reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/empty-bullets-gun-table_53876-148180.jpg", imageAlt: "Smith & Wesson 9mm pistol", onProductClick: () => handleAddToCart("hg-001")
id: "hg-001", brand: "Smith & Wesson", name: "9mm M&P Shield", price: "$499.99", rating: 5, reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/empty-bullets-gun-table_53876-148180.jpg", imageAlt: "Smith & Wesson 9mm pistol", onProductClick: () => handleAddToCart("hg-001")
},
{
id: "rf-002", brand: "Colt", name: ".223 AR-15 Rifle", price: "$899.99", rating: 5,
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/man-shooting-gallery-trying-out-new-rifle-model-close-up_482257-127883.jpg", imageAlt: "Colt AR-15 rifle platform", onProductClick: () => handleAddToCart("rf-002")
id: "rf-002", brand: "Colt", name: ".223 AR-15 Rifle", price: "$899.99", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/man-shooting-gallery-trying-out-new-rifle-model-close-up_482257-127883.jpg", imageAlt: "Colt AR-15 rifle platform", onProductClick: () => handleAddToCart("rf-002")
},
{
id: "sg-003", brand: "Mossberg", name: "12 Gauge Pump Action", price: "$349.99", rating: 5,
reviewCount: "634", imageSrc: "http://img.b2bpic.net/free-photo/shotgun-bullets_53876-15100.jpg", imageAlt: "Mossberg 12 gauge shotgun", onProductClick: () => handleAddToCart("sg-003")
id: "sg-003", brand: "Mossberg", name: "12 Gauge Pump Action", price: "$349.99", rating: 5, reviewCount: "634", imageSrc: "http://img.b2bpic.net/free-photo/shotgun-bullets_53876-15100.jpg", imageAlt: "Mossberg 12 gauge shotgun", onProductClick: () => handleAddToCart("sg-003")
},
{
id: "acc-004", brand: "Holosun", name: "Red Dot Optic", price: "$199.99", rating: 5,
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/micro-pipette-dropping-blood-sample-microscope-tray-genetic-analysis-science-laboratory-specialist-using-dropper-microscopic-tool-with-lens-magnifying-glass-close-up_482257-30159.jpg", imageAlt: "Holosun red dot sight", onProductClick: () => handleAddToCart("acc-004")
id: "acc-004", brand: "Holosun", name: "Red Dot Optic", price: "$199.99", rating: 5, reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/micro-pipette-dropping-blood-sample-microscope-tray-genetic-analysis-science-laboratory-specialist-using-dropper-microscopic-tool-with-lens-magnifying-glass-close-up_482257-30159.jpg", imageAlt: "Holosun red dot sight", onProductClick: () => handleAddToCart("acc-004")
}
]}
gridVariant="two-columns-alternating-heights"
@@ -159,20 +155,16 @@ export default function LandingPage() {
tagIcon={Star}
testimonials={[
{
id: "review-1", name: "Marcus Johnson", role: "Gun Enthusiast", company: "Woodville", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"
id: "review-1", name: "Marcus Johnson", role: "Gun Enthusiast", company: "Woodville", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"
},
{
id: "review-2", name: "Sarah Williams", role: "First-Time Buyer", company: "Local Community", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6"
id: "review-2", name: "Sarah Williams", role: "First-Time Buyer", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6"
},
{
id: "review-3", name: "James Miller", role: "Collector", company: "Texas", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7"
id: "review-3", name: "James Miller", role: "Collector", company: "Texas", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7"
},
{
id: "review-4", name: "Robert Chen", role: "Range Regular", company: "Member", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8"
id: "review-4", name: "Robert Chen", role: "Range Regular", company: "Member", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8"
}
]}
kpiItems={[