Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -42,11 +42,11 @@ export default function SitePage() {
|
||||
products={[
|
||||
{
|
||||
id: "tropical-citrus-4pack", brand: "SEQUEL", name: "Tropical Citrus - 4 Pack", price: "$11.99", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-beach-club-twitch-banner_23-2150423983.jpg", imageAlt: "Sequel Tropical Citrus Energy Drink 4 Pack"
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-beach-club-twitch-banner_23-2150423983.jpg?_wi=1", imageAlt: "Sequel Tropical Citrus Energy Drink 4 Pack"
|
||||
},
|
||||
{
|
||||
id: "tropical-citrus-12pack", brand: "SEQUEL", name: "Tropical Citrus - 12 Pack", price: "$34.99", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-beach-club-twitch-banner_23-2150423983.jpg", imageAlt: "Sequel Tropical Citrus Energy Drink 12 Pack"
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-beach-club-twitch-banner_23-2150423983.jpg?_wi=2", imageAlt: "Sequel Tropical Citrus Energy Drink 12 Pack"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -79,7 +79,7 @@ export default function SitePage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Pack Size Options", author: "Customizable", description: "Choose between 4 Pack ($11.99) or 12 Pack ($34.99). Prices update automatically based on your selection.", tags: ["Flexible", "Savings"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-beach-club-twitch-banner_23-2150423983.jpg", imageAlt: "Multiple pack size options"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-beach-club-twitch-banner_23-2150423983.jpg?_wi=3", imageAlt: "Multiple pack size options"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Quantity Control", author: "Easy Selection", description: "Adjust quantity with intuitive increment/decrement buttons. Start with 1 and increase as needed. Seamless mobile and desktop experience.", tags: ["Simple", "Responsive"],
|
||||
@@ -103,11 +103,11 @@ export default function SitePage() {
|
||||
products={[
|
||||
{
|
||||
id: "other-flavor", brand: "SEQUEL", name: "Berry Blast - Try Another Flavor", price: "$11.99", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/front-view-colorful-fruit-juices-lemonades-potted-plant_140725-99680.jpg", imageAlt: "Sequel Berry Blast Energy Drink"
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/front-view-colorful-fruit-juices-lemonades-potted-plant_140725-99680.jpg?_wi=1", imageAlt: "Sequel Berry Blast Energy Drink"
|
||||
},
|
||||
{
|
||||
id: "other-flavor-2", brand: "SEQUEL", name: "Mango Punch - Tropical Twist", price: "$11.99", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/front-view-colorful-fruit-juices-lemonades-potted-plant_140725-99680.jpg", imageAlt: "Sequel Mango Punch Energy Drink"
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/front-view-colorful-fruit-juices-lemonades-potted-plant_140725-99680.jpg?_wi=2", imageAlt: "Sequel Mango Punch Energy Drink"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user