@@ -130,48 +82,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Signature Glazed",
- price: "$1.50",
- variant: "Classic",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468155.jpg?_wi=2",
- },
- {
- id: "2",
- name: "Creative Themed",
- price: "$2.50",
- variant: "Specialty",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-glazed-doughnuts-arrangement_23-2150673972.jpg?_wi=2",
- },
- {
- id: "3",
- name: "Apple Fritter",
- price: "$2.25",
- variant: "Fresh",
- imageSrc: "http://img.b2bpic.net/free-photo/fruit-berries-lozenge-different-colors-table_7502-8488.jpg?_wi=1",
- },
- {
- id: "4",
- name: "Hazelnut Iced Coffee",
- price: "$3.50",
- variant: "Drink",
- imageSrc: "http://img.b2bpic.net/free-photo/latte-black-coffee-milk-espresso-cinnamon-milk-foam-side-view_141793-12256.jpg",
- },
- {
- id: "5",
- name: "Custom Iced Coffee",
- price: "$3.75",
- variant: "Drink",
- imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-cocktail-with-steam-ice-glass_84443-87126.jpg",
- },
- {
- id: "6",
- name: "Classic Iced Coffee",
- price: "$3.00",
- variant: "Drink",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-coffee-cup_23-2149703699.jpg",
- },
+ { id: "1", name: "Signature Glazed", price: "$1.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468155.jpg" },
+ { id: "2", name: "Creative Themed", price: "$2.50", variant: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/delicious-glazed-doughnuts-arrangement_23-2150673972.jpg" },
+ { id: "3", name: "Apple Fritter", price: "$2.25", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/fruit-berries-lozenge-different-colors-table_7502-8488.jpg" },
+ { id: "4", name: "Hazelnut Iced Coffee", price: "$3.50", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/latte-black-coffee-milk-espresso-cinnamon-milk-foam-side-view_141793-12256.jpg" },
+ { id: "5", name: "Custom Iced Coffee", price: "$3.75", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-cocktail-with-steam-ice-glass_84443-87126.jpg" },
+ { id: "6", name: "Classic Iced Coffee", price: "$3.00", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-coffee-cup_23-2149703699.jpg" },
]}
title="Donuts Worth Talking About"
description="Our donuts are crafted, not just made. From classics to limited-time designs, we offer the best variety in Mercer County."
@@ -180,30 +96,16 @@ export default function LandingPage() {
@@ -269,42 +148,21 @@ export default function LandingPage() {