Merge version_1 into main #1
@@ -92,7 +92,7 @@ export default function AboutPage() {
|
||||
title="About Backyard Luxury Co."
|
||||
description="We are a family-owned brand passionate about transforming backyards into stunning outdoor sanctuaries. With over 20 years of experience, we curate the finest outdoor living products to help homeowners create their dream backyard spaces."
|
||||
tag="Our Story"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-drinking-wine-near-transparent-bubble-tent-glamping-nature-around_1268-24544.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-drinking-wine-near-transparent-bubble-tent-glamping-nature-around_1268-24544.jpg?_wi=2"
|
||||
imageAlt="Beautiful backyard outdoor living space"
|
||||
buttons={[{ text: "Learn More", href: "/about" }]}
|
||||
buttonAnimation="slide-up"
|
||||
|
||||
@@ -127,7 +127,7 @@ export default function ContactPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
faqs={faqItems}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architect-with-blue-shirt-schematics_23-2148269830.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architect-with-blue-shirt-schematics_23-2148269830.jpg?_wi=2"
|
||||
imageAlt="customer service outdoor consultation"
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our products, delivery, and services"
|
||||
|
||||
@@ -60,21 +60,21 @@ export default function InspirationPage() {
|
||||
id: "1",
|
||||
name: "Premium Teak Lounge Set",
|
||||
price: "$2,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-6512.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-6512.jpg?_wi=4",
|
||||
imageAlt: "Teak outdoor lounge furniture set",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Modern Fire Pit Pavilion",
|
||||
price: "$3,995",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698348.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698348.jpg?_wi=4",
|
||||
imageAlt: "Contemporary outdoor fire pit with seating",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "LED Ambient Lighting System",
|
||||
price: "$1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg?_wi=4",
|
||||
imageAlt: "Outdoor LED lighting installation",
|
||||
},
|
||||
];
|
||||
|
||||
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -115,42 +115,42 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Premium Teak Lounge Set",
|
||||
price: "$2,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-6512.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-6512.jpg?_wi=1",
|
||||
imageAlt: "Teak outdoor lounge furniture set",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Modern Fire Pit Pavilion",
|
||||
price: "$3,995",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698348.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698348.jpg?_wi=1",
|
||||
imageAlt: "Contemporary outdoor fire pit with seating",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "LED Ambient Lighting System",
|
||||
price: "$1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg?_wi=1",
|
||||
imageAlt: "Outdoor LED lighting installation",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Luxury Patio Dining Table",
|
||||
price: "$1,899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-tables-chairs_1232-2168.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-tables-chairs_1232-2168.jpg?_wi=1",
|
||||
imageAlt: "High-end outdoor dining furniture",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Designer Garden Planters",
|
||||
price: "$599",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patterned-plant-pots-with-cereus-cactus_53876-146614.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patterned-plant-pots-with-cereus-cactus_53876-146614.jpg?_wi=1",
|
||||
imageAlt: "Artisan ceramic garden planters",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Premium Outdoor Rugs",
|
||||
price: "$899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lawn-with-flowers_1101-808.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lawn-with-flowers_1101-808.jpg?_wi=1",
|
||||
imageAlt: "High-quality outdoor area rugs",
|
||||
},
|
||||
]}
|
||||
@@ -166,7 +166,7 @@ export default function HomePage() {
|
||||
title="About Backyard Luxury Co."
|
||||
description="We are a family-owned brand passionate about transforming backyards into stunning outdoor sanctuaries. With over 20 years of experience, we curate the finest outdoor living products to help homeowners create their dream backyard spaces."
|
||||
tag="Our Story"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-drinking-wine-near-transparent-bubble-tent-glamping-nature-around_1268-24544.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-drinking-wine-near-transparent-bubble-tent-glamping-nature-around_1268-24544.jpg?_wi=1"
|
||||
imageAlt="family enjoying luxury backyard space"
|
||||
buttons={[{ text: "Learn More", href: "/about" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -265,7 +265,7 @@ export default function HomePage() {
|
||||
"Yes, all our products come with a 2-year warranty covering manufacturing defects. Extended warranty options are available for premium pieces.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architect-with-blue-shirt-schematics_23-2148269830.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architect-with-blue-shirt-schematics_23-2148269830.jpg?_wi=1"
|
||||
imageAlt="customer service outdoor consultation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
|
||||
@@ -81,63 +81,63 @@ export default function ShopPage() {
|
||||
id: "1",
|
||||
name: "Premium Teak Lounge Set",
|
||||
price: "$2,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-6512.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-6512.jpg?_wi=2",
|
||||
imageAlt: "Teak outdoor lounge furniture set",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Modern Fire Pit Pavilion",
|
||||
price: "$3,995",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698348.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698348.jpg?_wi=2",
|
||||
imageAlt: "Contemporary outdoor fire pit with seating",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "LED Ambient Lighting System",
|
||||
price: "$1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg?_wi=2",
|
||||
imageAlt: "Outdoor LED lighting installation",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Luxury Patio Dining Table",
|
||||
price: "$1,899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-tables-chairs_1232-2168.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-tables-chairs_1232-2168.jpg?_wi=2",
|
||||
imageAlt: "High-end outdoor dining furniture",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Designer Garden Planters",
|
||||
price: "$599",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patterned-plant-pots-with-cereus-cactus_53876-146614.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patterned-plant-pots-with-cereus-cactus_53876-146614.jpg?_wi=2",
|
||||
imageAlt: "Artisan ceramic garden planters",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Premium Outdoor Rugs",
|
||||
price: "$899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lawn-with-flowers_1101-808.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lawn-with-flowers_1101-808.jpg?_wi=2",
|
||||
imageAlt: "High-quality outdoor area rugs",
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
name: "Marble Outdoor Coffee Table",
|
||||
price: "$1,599",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-6512.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-6512.jpg?_wi=3",
|
||||
imageAlt: "Luxury marble and wood coffee table",
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
name: "Teak Wood Bar Counter",
|
||||
price: "$2,295",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698348.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698348.jpg?_wi=3",
|
||||
imageAlt: "Premium outdoor teak bar counter",
|
||||
},
|
||||
{
|
||||
id: "9",
|
||||
name: "Smart Irrigation System",
|
||||
price: "$799",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg?_wi=3",
|
||||
imageAlt: "Automated smart garden irrigation",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user